diff options
author | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:22:19 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-08-03 09:22:19 +0200 |
commit | 6cefc6bb25c4a30cd86515a831ce0ac82cc43073 (patch) | |
tree | a25b80173cb506f53984c02706d7ef2cbd107724 /user_guide_src/source/changelog.rst | |
parent | 10fb7d17b2025de4963da8b0108fda4da36ade11 (diff) |
Fix #4015
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 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 <libraries/uri>` didn't properly parse the request URI if it contains a colon followed by a digit. - Fixed a bug in :doc:`Query Builder <database/query_builder>` where the ``$escape`` parameter for some methods only affected field names. - Fixed a bug (#4012) - :doc:`Query Builder <database/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 <libraries/email>` method ``set_header()`` didn't support method chaining, although it was advertised. Version 3.0.0 ============= |