diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-02-28 13:56:50 +0100 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-02-28 13:56:50 +0100 |
commit | 249842f2f79aaee7cdb02696f1b55e71e0623a08 (patch) | |
tree | 0798b696066163a8a493a23a5ccfc3db68c51863 /user_guide_src/source/changelog.rst | |
parent | 2d87f8458f30057af466cd4b3b5edcf568861691 (diff) | |
parent | 0aa8c60ae7eee0122c42ae17d42fd5471a575743 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index cd82c0148..711f825e7 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -109,6 +109,7 @@ Bug fixes for 3.0 - Fixed a possible bug in ``CI_Input::is_ajax_request()`` where some clients might not send the X-Requested-With HTTP header value exactly as 'XmlHttpRequest'. - Fixed a bug (#1039) - MySQL's _backup() method failed due to a table name not being escaped. - Fixed a bug (#1070) - CI_DB_driver::initialize() didn't set a character set if a database is not selected. +- Fixed a bug (#177) - CI_Form_validation::set_value() didn't set the default value if POST data is NULL. Version 2.1.0 ============= |