diff options
author | Andrey Andreev <narf@devilix.net> | 2018-12-17 09:08:42 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-12-17 09:08:42 +0100 |
commit | 11d0c860c94967a39e0a54607cb15ccc37568dec (patch) | |
tree | ce767655235783d7f0d6faa3fe2f3758b36aa61f | |
parent | 98756ba4d973d22ef8725db70eabf5a26a4737a3 (diff) |
[ci skip] Add changelog entry for PR #5652
-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 7b1e1e3f8..a42d900d0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -22,6 +22,7 @@ Bug fixes for 3.1.10 - Fixed a bug (#5624) - :doc:`Database Library <database/index>` methods ``list_fields()``, ``field_exists()`` returned incorrect results after tables are modified. - Fixed a bug (#5627) - :doc:`Database <database/index>` driver 'mysqli' triggered an ``E_WARNING`` message if there's no ``'port'`` specified in the database configuration. - Fixed a bug (#5651) - :doc:`Database Caching <database/caching>` could try to delete non-existent cache files due to a race condition. +- Fixed a bug (#5652) - :doc:`CAPTCHA Helper <helpers/captcha_helper>` function :php:func:`create_captcha()` didn't comply with CSS standards. Version 3.1.9 ============= |