summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-12 21:19:13 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-12 21:19:13 +0100
commit6b535f51fcb94e0a645fda0d0356f4748076877e (patch)
tree63de22de13fac50cc34dd58ff0f7b8c732679061 /user_guide_src
parent93dfe4123af679a4cf475f5e38e20dda0cbe9e75 (diff)
Fix some spaces and alignments in the new Wincache driver
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0b462b3b7..f9e742264 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -31,7 +31,6 @@ Release Date: Not Released
- Added support for kmz and kml (Google Earth) files to mimes.php.
- Updated support for doc files in mimes.php.
- Added application/xml for xml and application/xml, text/xsl for xsl in mimes.php.
- - Added support for Wincache PHP extension
- Changed logger to only chmod when file is first created.
- Removed previously deprecated SHA1 Library.
- Removed previously deprecated use of ``$autoload['core']`` in application/config/autoload.php.
@@ -96,6 +95,7 @@ Release Date: Not Released
- Added function set_data() to Form_validation library, which can be used in place of the default $_POST array.
- Added function reset_validation() to form validation library, which resets internal validation variables in case of multiple validation routines.
- Changed the Session library to select only one row when using database sessions.
+ - Added a Wincache driver to the `Caching Library <libraries/caching>`.
- Core