diff options
author | Andrey Andreev <narf@devilix.net> | 2019-03-16 01:05:14 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-03-16 01:05:14 +0100 |
commit | b0bf33f5e5b5b230557d5b39092ded6621102528 (patch) | |
tree | 2b096fb0d1b49b4d7865468dd14530b3e67b9e33 /user_guide_src/source | |
parent | 48c5af1ac56c6b4bf7f4c12dc585561285fad83f (diff) |
[ci skip] Add changelog entry for PR #5708
Diffstat (limited to 'user_guide_src/source')
-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 8b9449a82..6275ad7bc 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -14,6 +14,7 @@ Bug fixes for 3.1.11 - Fixed a bug (#5681) - :doc:`Database Forge <database/forge>` method ``modify_column()`` produced erroneous SQL for ``DEFAULT`` attribute changes under PostgreSQL, Firebird. - Fixed a bug (#5692) - :doc:`Database Forge <database/forge>` didn't handle column nullability with the 'oci8', 'pdo/oci' drivers. - Fixed a bug (#5701) - :doc:`Database <database/index>` driver 'pdo/pgsql' produced incorrect DSNs when constructing from a configuration array. +- Fixed a bug (#5708) - :doc:`Session Library <libraries/session>` 'redis' driver too often failed with locking-related errors that could've been avoided. Version 3.1.10 ============== |