From eae17d19fa32847f2b5a0a1b195f912dc8386ecf Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 17 Nov 2012 23:55:18 +0200 Subject: Fix issues #751 and #2004 --- user_guide_src/source/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 13f856f59..98a4a42b8 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -467,6 +467,8 @@ Bug fixes for 2.1.3 - Fixed a bug (#940) - ``csrf_verify()`` used to set the CSRF cookie while processing a POST request with no actual POST data, which resulted in validating a request that should be considered invalid. - Fixed a bug (#499) - :doc:`Security Library ` where a CSRF cookie was created even if ``$config['csrf_protection']`` is set tot FALSE. - Fixed a bug (#1715) - :doc:`Input Library ` triggered ``csrf_verify()`` on CLI requests. +- Fixed a bug (#751) - :doc:`Query Builder ` didn't properly handle cached field escaping overrides. +- Fixed a bug (#2004) - :doc:`Query Builder ` didn't properly merge cached calls with non-cache ones. Version 2.1.2 ============= -- cgit v1.2.3-24-g4f1b