diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:40:21 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 11:40:21 +0200 |
commit | 98350a59e21a7f5d38664a59170de91771c99a4b (patch) | |
tree | 9e1ecf158787f934e9df1e925dc402aa865e792a /user_guide_src/source/changelog.rst | |
parent | a1cb9902897ed717dba238daf4c84d539f47a474 (diff) | |
parent | 9a1fc2013e876347e9c8d336bade7ac589712bf7 (diff) |
Merge upstream branch
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 7b52fe97e..42d468eed 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -73,7 +73,8 @@ Release Date: Not Released - Removed protect_identifiers() and renamed _protect_identifiers() to it instead - it was just an alias. - MySQL and MySQLi drivers now require at least MySQL version 5.1. - db_set_charset() now only requires one parameter (collation was only needed due to legacy support for MySQL versions prior to 5.1). - - Added DSN string support for ODBC. + - Added DSN string support for CUBRID. + - Added persistent connections support for CUBRID. - Libraries @@ -101,6 +102,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 |