diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-27 22:59:18 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-27 22:59:18 +0100 |
commit | 04ae0672aa9b9f8e590201e8c3817f307800e2c6 (patch) | |
tree | 9dbf9f050b843bec7fb3d00f740177ba64455476 | |
parent | 67ccdc02e1b66750b0e13eadcfacc47f01c1de67 (diff) |
Add changelog entry
-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 dc6b29516..7916c4e98 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 (#499) - a CSRF cookie was created even with CSRF protection being disabled. Version 2.1.0 ============= |