summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-23 10:22:54 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-23 10:22:54 +0100
commit549849b7aaba26547500505f8001a5126d425922 (patch)
treefe792c8022c00f6c21929df0ec9dffd8b4a6e300 /user_guide_src/source/changelog.rst
parent60c9c9990f635309965929e73d0bfe52d46253ca (diff)
parentbe07c9292421e1e18afa8126de35bccdc0fdaaa0 (diff)
Merge pull request #1210 from leandronf/patch-1
(DSN) Delivery status notification feature
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 ed0b710c3..44ecf43d2 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -100,6 +100,7 @@ Release Date: Not Released
- Added function reset_validation() to form validation library, which resets internal validation variables in case of multiple validation routines.
- Changed the Session library to select only one row when using database sessions.
- Added a Wincache driver to the `Caching Library <libraries/caching>`.
+ - Added dsn (delivery status notification) option to the :doc:`Email Library <libraries/email>`.
- Core