summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-17 13:24:26 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-17 13:24:26 +0200
commit2ef5ed458c611331facfeb5abee051f4c0d1b08e (patch)
tree02fcfc8a4a91b7803cdfe3ed64ea01196e22e730 /user_guide_src
parent15e2df7424c369ec7ff93676a8b01fa199f04a95 (diff)
Fix #3752
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index f70414c43..a100f3fbf 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -66,6 +66,7 @@ Bug fixes for 3.0.1
- Fixed a bug (#3828) - :doc:`Output Library <libraries/output>` method ``delete_cache()`` couldn't delete index page caches.
- Fixed a bug (#3704) - :doc:`Database <database>` method ``stored_procedure()`` in the 'oci8' driver didn't properly bind parameters.
- Fixed a bug (#3778) - :doc:`Download Helper <helpers/download_helper>` function :php:func:`force_download()` incorrectly sent a *Pragma* response header.
+- Fixed a bug (#3752) - ``$routing['directory']`` overrides were not properly handled and always resulted in a 404 "Not Found" error.
Version 3.0.0
=============