diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 21:35:21 +0100 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 21:35:21 +0100 |
commit | 6db1ea6ff883de46a4bc2a0fd4c750cf8f15dfcb (patch) | |
tree | 1a6d821f8ed543f06e3eafbc7ce815ad7b6af175 | |
parent | d391c67a54291de01ceb4f7d044e2ee0ab18a3e0 (diff) |
Updated changelog.
-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 98cab1bf5..f46e26cc1 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -733,7 +733,7 @@ Bug fixes for 3.0 - Fixed a bug (#2364) - :doc:`Pagination Library <libraries/pagination>` appended the query string (if used) multiple times when there are successive calls to ``create_links()`` with no ``initialize()`` in between them. - Partially fixed a bug (#261) - UTF-8 class method ``clean_string()`` generating log messages and/or not producing the desired result due to an upstream bug in iconv. - Fixed a bug where ``CI_Xmlrpcs::parseRequest()`` could fail if ``$HTTP_RAW_POST_DATA`` is not populated. -- Fixed a bug in :doc:`Zip Library <libraries/zip>` internal method ``_get_mod_time()`` was not parsing result returned by ``filemtime()``. +- Fixed a bug in :doc:`Zip Library <libraries/zip>` internal method ``_get_mod_time()`` where it was not parsing result returned by ``filemtime()``. Version 2.1.4 ============= |