summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authormadhazelnut <slavic@dragovtev.info>2012-05-30 17:50:39 +0200
committermadhazelnut <slavic@dragovtev.info>2012-05-30 17:50:39 +0200
commitfa5a9e5f28b2ae61748bb20c2f644c3c156c3d5e (patch)
tree12a9a2616aaead06b429e3e962d3d740ed892513 /user_guide_src
parent11fd4b8759438f216318e3e1e004f918b88a56ad (diff)
create_captcha() helper documentation
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a234d6969..6e528584b 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -40,7 +40,7 @@ Release Date: Not Released
- Moved error templates to "application/views/errors"
- Helpers
-
+ - create_captcha() accepts additional colors parameter, allowing for color customization
- url_title() will now trim extra dashes from beginning and end.
- Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`.
- Changed humanize() to include a second param for the separator.