diff options
author | Preetham <me@preetham.in> | 2014-12-05 17:13:57 +0100 |
---|---|---|
committer | Preetham <me@preetham.in> | 2014-12-05 17:13:57 +0100 |
commit | be7e493fd7a4dcc8f00b60201d4948f3618d9b6a (patch) | |
tree | 91f29e5f7f2b98527f3815b3235e268627c676d7 /user_guide_src/source/changelog.rst | |
parent | e29136567e2a12726f9ab40762bcb47a7cde759c (diff) |
Removed img_name from captcha 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 | 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 3dc87b555..5dc36502e 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -135,7 +135,7 @@ 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. + - Added **img_id** option to set id attribute of captcha image. - :doc:`Text Helper <helpers/text_helper>` changes include: |