diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-07 14:15:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-07 14:15:15 +0100 |
commit | 9515dd372ed07dca9dcf728f31943d4a1d104112 (patch) | |
tree | b0a22688e867526852a6abbf9955d7fe13a45f01 /user_guide_src | |
parent | b2280ced6f7214f3df40754152208ac3f3f02bce (diff) |
Fix issue #2061
Diffstat (limited to 'user_guide_src')
-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 c2606f3f3..4844c6748 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -463,6 +463,7 @@ Bug fixes for 3.0 - Fixed a bug (#18) - :doc:`APC Cache <libraries/caching>` driver didn't (un)serialize data, resulting in failure to store objects. - Fixed a bug (#188) - :doc:`Unit Testing Library <libraries/unit_testing>` filled up logs with error messages for non-existing language keys. - Fixed a bug (#113) - :doc:`Form Validation Library <libraries/form_validation>` didn't properly handle empty fields that were specified as an array. +- Fixed a bug (#2061) - :doc:`Routing Class <general/routing>` didn't properly sanitize directory, controller and function triggers with **query_strings** set to TRUE. Version 2.1.3 ============= |