summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-27 14:34:18 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-27 14:34:18 +0200
commit6edf929449f50339c4cb52891426fa9d45e33e00 (patch)
tree963d70f006e24d34c62cebd27208e16c83a163a7 /user_guide_src
parentb66664b5decd68de50ae6c239c8d995d6c088d94 (diff)
parentd37f0e9cfe106ff1a15b8f09df27e4f3a004b907 (diff)
Merge pull request #1319 from timw4mail/email
Make valid_email helper function more accurate
Diffstat (limited to 'user_guide_src')
-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 c0fa9d7f7..cc6220253 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -73,6 +73,7 @@ Release Date: Not Released
- ``read_file()`` is now a deprecated alias of ``file_get_contents()``.
- Added an optional parameter to :doc:`Date Helper <helpers/date_helper>` function ``timezone_menu()`` that allows more attributes to be added to the generated select tag.
- :doc:`Security Helper <helpers/security_helper>` function ``strip_image_tags()`` is now an alias for the same method in the :doc:`Security Library <libraries/security>`.
+ - Updated email validation methods to use filter_var so they are more accurate.
- Database