diff options
author | Andrey Andreev <narf@devilix.net> | 2016-10-27 15:39:12 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-10-27 15:39:12 +0200 |
commit | 2f760877c313871e5066b93b0b1aa76428c09fb6 (patch) | |
tree | b03585ba6c055d612f386dc5d32b790b948476de /user_guide_src | |
parent | 7bc882384ef4c442fb4edd699c8dd15bbd22e429 (diff) |
Fix #4874
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index b7be0866f..4c6143c59 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -15,6 +15,11 @@ Release Date: Not Released - Allowed PHP 4-style constructors (``Mathching_name::Matching_name()`` methods) to be used as routes, if there's a ``__construct()`` to override them. +Bug fixes for 3.1.2 +------------------- + +- Fixed a regression (#4874) - :doc:`Session Library <libraries/sessions>` didn't take into account `session.hash_bits_per_character` when validating session IDs. + Version 3.1.1 ============= |