diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-07 19:05:59 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-07 19:05:59 +0100 |
commit | a47a2e26f3e8bcf96657ac343c224bd592ed32f8 (patch) | |
tree | a5e9ea8d0a6a6e04e43a0f3e7d62df3e7d492ef4 /user_guide | |
parent | 7825526a596b0db6a15fac519cf45e2e929c684d (diff) |
added functionality for setting client character set and collation in MySQLi driver
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 974c30dae..529ceeae5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,7 +66,12 @@ Change Log <ul>
<li>Added <a href="./database/active_record.html#caching">Active Record Caching</a>.</li>
<li>Made Active Record fully database-prefix aware</li>
- </ul>
+ </ul>
+ </li>
+ <li>Database drivers
+ <ul>
+ <li>Added support for setting client character set and collation for MySQLi</li>
+ </ul>
</li>
<li>Core Changes
<ul>
|