summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-07-30 10:53:14 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-07-30 10:53:14 +0200
commit5f441eaedf5fecbad29131c5d44e3c2d53c4c4b5 (patch)
tree901d005b951e11b17973fe2f3e4171dda04340b3 /user_guide_src/source
parenta473d8009e5ef2043f1570acf632f3b1a1253ed0 (diff)
Updated changelog
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 7f428e5db..4d69c4dc3 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -176,7 +176,9 @@ Release Date: Not Released
- Allowed for setting table class defaults in a config file.
- Added a Wincache driver to the :doc:`Caching Library <libraries/caching>`.
- Added a Redis driver to the :doc:`Caching Library <libraries/caching>`.
- - Added dsn (delivery status notification) option to the :doc:`Email Library <libraries/email>`.
+ - :doc:`Email library <libraries/email>` changes include:
+ - Added dsn (delivery status notification) option.
+ - Successfully sent emails will automatically clear the parameters.
- Renamed method _set_header() to set_header() and made it public to enable adding custom headers in the :doc:`Email Library <libraries/email>`.
- Added an "index" parameter to the data() method in the :doc:`Upload Library <libraries/file_uploading>`.
- :doc:`Pagination Library <libraries/pagination>` changes include: