summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorMichiel Vugteveen <info@it-can.nl>2012-03-07 19:09:51 +0100
committerMichiel Vugteveen <info@it-can.nl>2012-03-07 19:09:51 +0100
commitbe0ca26c9006981eced5d938060ba5bad4145e3b (patch)
treef5b80b97a6f9c07637b76594bc8ef8945943728a /user_guide_src/source/changelog.rst
parent1d571971be8be78a92d31aad27dda4009770043f (diff)
added method() and is_method()
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index b5fb52df4..f8c4ba144 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -97,6 +97,8 @@ Release Date: Not Released
- Added method get_vars() to CI_Loader to retrieve all variables loaded with $this->load->vars().
- is_loaded() function from system/core/Commons.php now returns a reference.
- $config['rewrite_short_tags'] now has no effect when using PHP 5.4 as *<?=* will always be available.
+ - Added method() to CI_Input to retrieve $_SERVER['REQUEST_METHOD'] in lowercase.
+ - Added is_method() to CI_Input to validate custom request method against $_SERVER['REQUEST_METHOD'].
Bug fixes for 3.0
------------------