diff options
author | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-04-24 12:30:23 +0200 |
---|---|---|
committer | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-04-24 12:30:23 +0200 |
commit | 67c1e222c5312d064b987d899d29cb619fd7bd71 (patch) | |
tree | acd4e2c3196e9ce18bc39eb9a6493494aa6b61c2 | |
parent | fd1bc2213f158ae9368a3d85dc108f641dd566bf (diff) |
A changelog update.
-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 ae8dde6f9..28b92f23a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -20,6 +20,7 @@ Bug fixes for 3.0.1 - Fixed a bug (#3773) - ``db_select()`` didn't work for MySQL with the PDO :doc:`Database <database/index>` driver. - Fixed a bug (#3771) - :doc:`Form Validation Library <libraries/form_validation>` was looking for a 'form_validation_' prefix when trying to translate field name labels. - Fixed a bug (#3787) - :doc:`FTP Library <libraries/ftp>` method ``delete_dir()`` failed when the target has subdirectories. +- Fixed a bug (#3801) - :doc: The `Output class <libraries/output>` method ``_display_cache()`` assigned incorrect timestamps. Version 3.0.0 ============= |