From 0d2d84f173910df67ace4dcdb2032478b62b9e68 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 31 Jul 2015 13:48:59 +0300 Subject: Fix #4012 --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide_src/source/changelog.rst') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 5d1a3abba..e409cc696 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -74,6 +74,7 @@ Bug fixes for 3.0.1 - Fixed a bug (#4000) - :doc:`Pagination Library ` didn't enable "rel" attributes by default if no attributes-related config options were used. - Fixed a bug (#4004) - :doc:`URI Class ` didn't properly parse the request URI if it contains a colon followed by a digit. - Fixed a bug in :doc:`Query Builder ` where the ``$escape`` parameter for some methods only affected field names. +- Fixed a bug (#4012) - :doc:`Query Builder ` methods ``where_in()``, ``or_where_in()``, ``where_not_in()``, ``or_where_not_in()`` didn't take into account previously cached WHERE conditions when query cache is in use. Version 3.0.0 ============= -- cgit v1.2.3-24-g4f1b