summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-31 10:37:32 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-31 10:37:32 +0200
commit76be395759c10824c38db7748e7e4fe496aa2965 (patch)
tree12a9a2616aaead06b429e3e962d3d740ed892513
parent11fd4b8759438f216318e3e1e004f918b88a56ad (diff)
parentfa5a9e5f28b2ae61748bb20c2f644c3c156c3d5e (diff)
Merge pull request #1408 from madhazelnut/patch-2
create_captcha() helper documentation
-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.