summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-02-14 19:51:11 +0100
committerAndrey Andreev <narf@devilix.net>2018-02-14 19:51:11 +0100
commit0b459da1d5bbbea07abef34765f55c1cb0b15814 (patch)
tree0413c96c6d6c9e537ef84463f19432a41ecae80d
parent71a63cb82bacdec999258304adbfee6e70cf680e (diff)
[ci skip] Add changelog entry for PR #5397
-rw-r--r--user_guide_src/source/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 92403bc25..b9b6d6769 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -64,6 +64,11 @@ Release Date: Not Released
- Changed the default value of the **validate** option to ``TRUE``.
- Changed the ``send()`` method to always return ``TRUE`` when sending multiple batches of emails.
+
+ - :doc:`Image Manipulation Library <libraries/image_lib>` changes include:
+
+ - Added option to change the output filename via the ``new_name`` option while directly rendering images.
+
- :doc:`Database <database/index>` changes include:
- Removed previously deprecated 'sqlite' driver (used for SQLite version 2; no longer shipped with PHP 5.4+).