summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-01 13:23:40 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-01 13:23:40 +0100
commitd76431db46e04d650c1c538493021cdf336d1301 (patch)
tree3cc3f4ad5e15f7f491c11b918ee455561700ca33 /user_guide_src/source/changelog.rst
parent9e829e10e6f2d3786c358ca6c8c3ba2a149a6a40 (diff)
Switch CI_Email::$validate to On by default
Relevant: #4844
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index d63f15f67..8a40c8d80 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -31,6 +31,10 @@ Release Date: Not Released
- Changed method ``clear()`` to also reset captions.
+ - :doc:`Email Library <libraries/email>` changes include:
+
+ - Changed the default value of the **validate** option to ``TRUE``.
+
- :doc:`Database <database/index>`
- Changed method ``initialize()`` to return void and instead throw a ``RuntimeException`` in case of failure.