diff options
author | Preetham <me@preetham.in> | 2014-12-05 03:01:52 +0100 |
---|---|---|
committer | Preetham <me@preetham.in> | 2014-12-05 03:01:52 +0100 |
commit | e29136567e2a12726f9ab40762bcb47a7cde759c (patch) | |
tree | 71c7282f416a9ca940fc086fca62f4cdcb062a48 /user_guide_src/source/changelog.rst | |
parent | 0972c2194e1bd66e6a399c61c31da68333db426e (diff) |
closing #51. Added img_id and img_name in capcha helper
Signed-off-by: Preetham <me@preetham.in>
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 38fd75971..3dc87b555 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -135,7 +135,8 @@ Release Date: Not Released - Added *filename* to the returned array elements. - Updated to use `imagepng()` in case that `imagejpeg()` isn't available. - Added **font_size** option to allow customization of font size. - + - Added **img_id** and **img_name** options to set id and name attributes of captcha image. + - :doc:`Text Helper <helpers/text_helper>` changes include: - Changed the default tag for use in :func:`highlight_phrase()` to ``<mark>`` (formerly ``<strong>``). |