diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2012-08-31 04:10:16 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2012-08-31 04:10:16 +0200 |
commit | f3fddf6e0f4b0b0976c433c139326bdcd45d2da0 (patch) | |
tree | 51b2ba94d59a9a7ea343a77dd4c948f14ded55ea /user_guide_src/source/changelog.rst | |
parent | 6a64f856ae09fb14460cf09544a5fe9f2f463fea (diff) |
fix issue #1719 and update ip address length on captcha helper
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 827b1f090..cf0d29f1b 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -51,6 +51,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 |