summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-02-09 10:07:27 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-02-09 10:07:27 +0100
commit1820933505d6aa8def25d0e74344f878c3ec76ad (patch)
tree17be2e787e63924f86cac1b68ddb36de5450a6c2 /user_guide_src/source/changelog.rst
parent0209c70195384308f06a6c0fc42693c1c649cf46 (diff)
Fixed PDO
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 385eb4825..649616e8d 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -49,6 +49,8 @@ Release Date: Not Released
- Adding $escape parameter to the order_by function, this enables ordering by custom fields.
- MySQLi driver now uses mysqli_get_server_info() for server version checking.
- MySQLi driver now supports persistent connections when running on PHP >= 5.3.
+ - Added dsn if the group connections in the config use PDO or any driver which need DSN.
+ - Improved PDO database support.
- Libraries