A changelog update 3.
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 18aeac8..cda5d31 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -20,7 +20,7 @@
- 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()`` failed to read timestamps correctly.
+- Fixed a bug (#3801) - :doc:`Output Library <libraries/output>` method ``_display_cache()`` incorrectly looked for the last modified time of a directory instead of the cache file.
Version 3.0.0
=============