summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-02-28 13:38:54 +0100
committerAndrey Andreev <narf@bofh.bg>2012-02-28 13:38:54 +0100
commit0aa8c60ae7eee0122c42ae17d42fd5471a575743 (patch)
tree7de1078388057d3223ec586bbd4a92fa94142b87 /user_guide_src
parentd8a0aed00b2174af5cac96ecada10ea392e19120 (diff)
parent0adff1bac0617e5d02c7f8028c7fae8fedda9370 (diff)
Merge pull request #1089 from narfbg/develop-issue-177
Fix issue #177
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index dc6b29516..9ed53ba1b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -108,6 +108,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
=============