summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-12 13:35:13 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-12 13:35:13 +0100
commit139bba1272f1406e8f60bba0e7b9c261715b406c (patch)
tree67eb11db285377d1d49eadb0891e429b56d6b5da /user_guide_src/source/changelog.rst
parent8de036be27b55cc7587f0dfcb1c0fbcc88c5cf8f (diff)
parenta0556f128417467faaa7048bb1bf8da154e79582 (diff)
Merge branch '3.0-stable' into develop
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 938df9a8b..2a9ccd57a 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -31,6 +31,14 @@ Version 3.0.6
Release Date: Not Released
+- General Changes
+
+ - Added a destructor to :doc:`Cache Library <libraries/caching>` 'memcached' driver to ensure that Memcache(d) connections are properly closed.
+
+Bug fixes for 3.0.6
+-------------------
+
+- Fixed a bug (#4516) - :doc:`Form Validation Library <libraries/form_validation>` always accepted empty array inputs.
Version 3.0.5
=============
@@ -76,7 +84,7 @@ Bug fixes for 3.0.5
- Fixed a bug (#4475) - :doc:`Security Library <libraries/security>` method ``strip_image_tags()`` preserves only the first URL character from non-quoted *src* attributes.
- Fixed a bug where :doc:`Profiler Library <general/profiling>` didn't apply ``htmlspecialchars()`` to all displayed inputs.
- Fixed a bug (#4277) - :doc:`Cache Library <libraries/caching>` triggered fatal errors if accessing the Memcache(d) and/or Redis driver and they are not available on the system.
-- Fixed a bug where :doc:`Cache Library <libraries/caching>` method ``is_supported()`` logged an error message on when it returns ``FALSE`` for the APC and Wincache drivers.
+- Fixed a bug where :doc:`Cache Library <libraries/caching>` method ``is_supported()`` logged an error message when it returns ``FALSE`` for the APC and Wincache drivers.
Version 3.0.4
=============