diff options
author | Andrey Andreev <narf@devilix.net> | 2018-03-10 01:12:18 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-03-10 01:12:18 +0100 |
commit | dc1d71cea3ef0dc35fabdcebbaca6e333051aa40 (patch) | |
tree | 1016cf7a4a6c53ab5ad48b95625a7d0692361896 /user_guide_src | |
parent | 0768a406d49f9a7b3ffa32749beaffc55a153902 (diff) |
[ci skip] Add changelog entry for #5434
Diffstat (limited to 'user_guide_src')
-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 95af9c086..4eaed24ec 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -23,6 +23,7 @@ Bug fixes for 3.1.8 - Fixed a bug where :doc:`Query Builder <database/query_builder>` methods ``where()``, ``having()`` treated values passed to them as arbitrary SQL. - Fixed a bug (#5423) - :doc:`Database Library <database/index>` method ``insert_id()`` failed due to incorrect server version parsing with the 'postgre' driver. - Fixed a bug (#5425) - :doc:`XML-RPC Library <libraries/xmlrpc>` produced an error message related to ``count()`` on PHP 7.2. +- Fixed a bug (#5434) - :doc:`Image Manipulation Library <libraries/image_lib>` attempted to ``chmod()`` while rendering images with the ``dynamic_output`` option. Version 3.1.7 ============= |