summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorMike Funk <mfunk@xulonpress.com>2012-02-24 16:06:28 +0100
committerMike Funk <mfunk@xulonpress.com>2012-02-24 16:06:28 +0100
commit326a5e75db1e03e453f488f2d612b0f421806129 (patch)
tree24d1484a9d3be7dcf666b9abcde55648669cbe31 /user_guide_src/source/changelog.rst
parentceec45609be0ebc2319e9e21a25eb1642f4eef06 (diff)
added config process method checking for delimiter values, updated changelog and user guide.
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 dc6b29516..3aa9d6573 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -72,6 +72,7 @@ Release Date: Not Released
- Minor speed optimizations and method & property visibility declarations in the Calendar Library.
- Removed SHA1 function in the :doc:`Encryption Library <libraries/encryption>`.
- Added $config['csrf_regeneration'] to the CSRF protection in the :doc:`Security library <libraries/security>`, which makes token regeneration optional.
+ - Form Validation library now allows setting of error delimiters in the config file via $config['error_prefix'] and $config['error_suffix'].
- Core