diff options
author | Andrey Andreev <narf@devilix.net> | 2014-08-10 23:09:52 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-08-10 23:09:52 +0200 |
commit | 8aedf238c1b6f5fec953830f4c5a1eca65fe0b73 (patch) | |
tree | 8fa4a9394fb7c4ef223e319bdfdd5eac3215d066 /user_guide_src/source | |
parent | 345478b8b746ac2e64def739a78b053eebc68c64 (diff) | |
parent | 6854f87c384b2bcf549b9040413052ed67c3038b (diff) |
Merge pull request #3173 from ET-NiK/develop
Using ImagePNG in CAPTCHA helper
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 3215ae226..c37215d2d 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -137,6 +137,7 @@ Release Date: Not Released - Added *word_length* and *pool* options to allow customization of the generated word. - Added *colors* configuration to allow customization for the *background*, *border*, *text* and *grid* colors. - Added *filename* to the returned array elements. + - Using ImagePNG function, if ImageJPEG not exists. - :doc:`Text Helper <helpers/text_helper>` changes include: |