diff options
author | Andrey Andreev <narf@devilix.net> | 2016-06-06 08:52:58 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-06-06 08:52:58 +0200 |
commit | 83630055ab671867b14f02d45370eb0bc41a0cb0 (patch) | |
tree | e50240ee4a040c25109d7e1db3203806ae4c9a9e | |
parent | 3c42279598dfdd4832b1411f4a94355f2025db4b (diff) |
[ci skip] Add changelog entry for issue #4583, PR #4585
-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 c86693d32..0647f6dbb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -33,6 +33,7 @@ Bug fixes for 3.0.7 - Fixed a bug (#4637) - :doc:`Database <database/index>` method `error()` returned ``FALSE`` with the 'oci8' driver if there was no error. - Fixed a bug (#4647) - :doc:`Query Builder <database/query_builder>` method ``count_all_results()`` doesn't take into account ``GROUP BY`` clauses while deciding whether to do a subquery or not. - Fixed a bug where :doc:`Session Library <libraries/sessions>` 'redis' driver didn't properly detect if a connection is properly closed on PHP 5.x. +- Fixed a bug (#4583) - :doc:`Email Library <libraries/email>` didn't properly handle inline attachments in HTML emails. Version 3.0.6 ============= |