summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-06-20 07:39:18 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-06-20 07:39:18 +0200
commitd3ee04109528470666c016fcc05c69941de879b2 (patch)
tree8e2937f525138b4bb7924ed6f6091a0d1fc1f0d8 /user_guide/changelog.html
parent0f109193689f22ff9b9764c299f3297d987ce78d (diff)
Added get_post() to the Input class.
Documented get() in the Input class.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index bf26a67ae..39568b93f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -72,6 +72,8 @@ SVN Revision: not currently released</p>
<ul>
<li>Set the mime type check in the <a href="libraries/file_uploading.html">Upload class</a> to reference the global mimes variable.</li>
<li>Added support for query strings to the <a href="libraries/pagination.html">Pagination class</a>, automatically detected or explicitly declared.</li>
+ <li>Added <kbd>get_post()</kbd> to the <a href="libraries/input.html">Input class</a>.</li>
+ <li>Documented <kbd>get()</kbd> in the <a href="libraries/input.html">Input class</a>.</li>
</ul>
</li>
<li>Helpers