summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-23 15:09:36 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-23 15:09:36 +0100
commit7bf69c822a90fb172e70aac49e13177ed2cf022d (patch)
tree20f5e9b8d9bf5cf197aaded47d66c82183ec4618 /user_guide_src/source/changelog.rst
parentf944d3b50ad589aeb78fe04ceef9ebfe4c3bd692 (diff)
parent2cae193647045a83014972d2aae908e7ea0ac8f3 (diff)
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite3
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 78969e621..cb3e39724 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -101,6 +101,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