summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-09-07 10:26:56 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-09-07 10:26:56 +0200
commit38cb0df9f54eb69f83cd1832d196554b92c881e1 (patch)
tree902d062fd4a0cdbe73d40d0d8f5d56dff33bf0e4 /user_guide_src/source/changelog.rst
parent68b82e7ad682c40de22a9792ffe429d27cf42cf0 (diff)
parentf3fddf6e0f4b0b0976c433c139326bdcd45d2da0 (diff)
Merge pull request #1720 from appleboy/doc
fix issue #1719 and update ip address length on captcha helper
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index ce45f8f03..0835a9c01 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -52,6 +52,7 @@ Release Date: Not Released
- Path constants BASEPATH, APPPATH and VIEWPATH are now (internally) defined as absolute paths.
- Updated email validation methods to use ``filter_var()`` instead of PCRE.
- Changed environment defaults to report all errors in 'development' and only fatal ones in 'testing' and 'production' but only display them in 'development'.
+ - Updated ip_address lengths from 16 to 45 for supporting ipv6 address on trackback library and captcha helper.
- Helpers