diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-06 12:50:11 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-01-06 12:50:11 +0100 |
commit | e898e565c60617dbc43186c14018519d8ef05042 (patch) | |
tree | 106714f9c871bdb7d761c04959d2ff48b0f74cbc /user_guide_src/source | |
parent | cba132d7146785db1ba5fb303b723a95b119d07d (diff) |
[ci skip] Add a changelog entry for #4765
Diffstat (limited to 'user_guide_src/source')
-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 a8f9d5380..91a59c4cf 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -36,6 +36,7 @@ Bug fixes for 3.1.3 - Fixed a bug (#4804) - :doc:`Query Builder <database/query_builder>` method ``insert_batch()`` could fail if the input array pointer was modified. - Fixed a bug (#4962) - :doc:`Database Force <database/forge>` method ``alter_table()`` would fail with the 'oci8' driver. - Fixed a bug (#4457) - :doc:`Image Manipulation Library <libraries/image_lib>` method ``get_image_properties()`` didn't detect invalid images. +- Fixed a bug (#4765) - :doc:`Email Library <libraries/email>` didn't send the ``User-Agent`` header without a prior call to ``clear()``. Version 3.1.2 ============= |