diff options
author | Andrey Andreev <narf@devilix.net> | 2016-03-11 21:09:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-03-11 21:09:53 +0100 |
commit | 1719223f936c1f202b176ebeba7718f6b24e4886 (patch) | |
tree | 24ab862316d5f1ab4b66736cdbc7c75650d43a17 | |
parent | 4f9b20ae507dda7379d392386fb7ce5702626a91 (diff) |
[ci skip] Fix a changelog message typo
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 71e9673ab..1492b3011 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -52,7 +52,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 ============= |