diff options
author | Andrey Andreev <narf@devilix.net> | 2018-02-14 19:57:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-02-14 19:57:20 +0100 |
commit | 2e35167e8e8be5c91de2a09dcebb92e7a7410d8d (patch) | |
tree | 8d65413a72b5f03b12420951f0dd89b9c47992db /user_guide_src | |
parent | 0b459da1d5bbbea07abef34765f55c1cb0b15814 (diff) |
[ci skip] Apply #5394 (multibyte filename serving) to #5397 (Image_lib dynamic_output filename)
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index b9b6d6769..fb71481f5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -67,7 +67,8 @@ Release Date: Not Released - :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. + - Added option to change the output filename via the ``new_name`` option when rendering images with ``dynamic_output``. + - Updated to serve multibyte filenames when rendering images with ``dynamic_output``, if possible. - :doc:`Database <database/index>` changes include: |