diff options
author | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 19:34:27 +0100 |
---|---|---|
committer | Ahmad Anbar <aanbar@gmail.com> | 2014-03-14 19:34:27 +0100 |
commit | d391c67a54291de01ceb4f7d044e2ee0ab18a3e0 (patch) | |
tree | 2e89108cec0234fc30cbdb59104dfc62b007afe1 /user_guide_src/source | |
parent | 00421bf248f5b9270166f0057d3e493899057e81 (diff) |
Added changelog entry.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 36ddbc92e..98cab1bf5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -733,6 +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()``. Version 2.1.4 ============= |