summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-27 14:41:23 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-27 14:41:23 +0200
commit7bc882384ef4c442fb4edd699c8dd15bbd22e429 (patch)
tree09bb537dd18f1a728ef02cf3496d4bb7aa1e4f21 /user_guide_src
parent098412502a966597631470a2f0cf935d9ecfe16d (diff)
Close #4875
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index ee66cc0a4..b7be0866f 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -11,6 +11,10 @@ Release Date: Not Released
- Fixed a new URL-encoding attack vector in :doc:`Security Library <libraries/security>` method ``xss_clean()`` affecting Firefox.
+- General Changes
+
+ - Allowed PHP 4-style constructors (``Mathching_name::Matching_name()`` methods) to be used as routes, if there's a ``__construct()`` to override them.
+
Version 3.1.1
=============