diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-12 12:45:12 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-12 12:45:12 +0100 |
commit | db037dbd023aeeae6d8643707945882f962b2a44 (patch) | |
tree | 40b065615daa899634b0310f50ca3e40230fd849 /user_guide_src | |
parent | 010c33fb6b6734fddb7143eee14153080a2b8799 (diff) |
[ci skip] Polish changes from PR #3278
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 42ef52c52..8b4f4039e 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -336,7 +336,7 @@ Release Date: Not Released - Class properties *wm_font_color*, *wm_shadow_color* and *wm_use_drop_shadow* are now protected, to avoid breaking the ``text_watermark()`` method if they are set manually after initialization. - If property *maintain_ratio* is set to TRUE, ``image_reproportion()`` now doesn't need both width and height to be specified. - Property *maintain_ratio* is now taken into account when resizing images using ImageMagick library. - - Added support for maintaining transparency for PNG images in method ``text_watermark()``. + - Added support for maintaining transparency for PNG images when watermarking. - Added a **file_permissions** setting. - :doc:`Form Validation Library <libraries/form_validation>` changes include: |