From 6cefc6bb25c4a30cd86515a831ce0ac82cc43073 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 3 Aug 2015 10:22:19 +0300 Subject: Fix #4015 --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide_src') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index e409cc696..4e8f2f775 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -75,6 +75,7 @@ Bug fixes for 3.0.1 - 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. +- Fixed a bug (#4015) - :doc:`Email Library ` method ``set_header()`` didn't support method chaining, although it was advertised. Version 3.0.0 ============= -- cgit v1.2.3-24-g4f1b