diff options
author | vascopj <devnull@localhost> | 2011-02-13 22:30:19 +0100 |
---|---|---|
committer | vascopj <devnull@localhost> | 2011-02-13 22:30:19 +0100 |
commit | ff1cfa1ae5c5440bfde35c36ecb4cdcd73cd3966 (patch) | |
tree | b45900e1bdf43a0159c54237c92a51ccc3a2a77a /user_guide/changelog.html | |
parent | 0ba58b81b65c2059210b921856489b5faaa81369 (diff) |
Updated the post method and added the new functionality to the get method also
Updated the documentation
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 35187efda..92513e6d6 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -120,6 +120,7 @@ Hg Tag: v2.0.0</p> <li>Altered Email Library to allow for method chaining.</li> <li>Added <kbd>request_headers()</kbd>, <kbd>get_request_header()</kbd> and <kbd>is_ajax_request()</kbd> to the input class.</li> <li class="reactor">Altered <a href="libraries/user_agent.html">User agent library</a> so that <kbd>is_browser()</kbd>, <kbd>is_mobile()</kbd> and <kbd>is_robot()</kbd> can optionally check for a specific browser or mobile device.</li> + <li class="reactor">Altered <a href="libraries/input.html">Input library</a> so that <kbd>post()</kbd> and <kbd>get()</kbd> will return all POST and GET items (respectively) if there are no parameters passed in.</li> </ul> </li> <li>Database |