diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-12 13:52:22 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-12 13:52:22 +0100 |
commit | 44ce8f4545c8a0c0de97e93ceb9b2b9f751bc474 (patch) | |
tree | b3ca1189b541f98dfb01361c1d9a1a315628d5cd /user_guide_src | |
parent | b38e3d5835d27843638651523256280c693c6fac (diff) |
Add changelog entries for and polish changes from PRs #4528, #4530
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2a9ccd57a..3bb7e48f5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -14,6 +14,7 @@ Release Date: Not Released - Libraries - Added UNIX socket connection support to :doc:`Session Library <libraries/sessions>` 'redis' driver. + - Changed data serialization logic in :doc:`Cache Library <libraries/caching>` 'redis' driver for better performance. - Database @@ -26,6 +27,11 @@ Release Date: Not Released - Updated :doc:`HTML Helper <helpers/html_helper>` function :php:func:`meta()` with support for "charset" and "property" properties. - Changed :doc:`HTML Helper <helpers/html_helper>` function :php:func:`doctype()` default document type to HTML 5. +Bug fixes for 3.1.0 +------------------- + +- Fixed a bug (#4528) - :doc:`Cache Library <libraries/caching>` stored all scalar values as strings with the 'redis' driver. + Version 3.0.6 ============= |