diff options
author | Andrey Andreev <narf@devilix.net> | 2019-01-16 16:57:40 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2019-01-16 16:57:40 +0100 |
commit | 807f43b65d6b3fc35e8fed6fce1add36971f9f51 (patch) | |
tree | 7ab12877f13cba6c6454b1d80810f0a15684ce54 /user_guide_src/source/changelog.rst | |
parent | 9de1031c170ff499d5b69994aeea80ca3440dcf6 (diff) | |
parent | 1a1269149c1a56032740782aa957f76477d0311a (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index e52571f9d..9d6bce4c7 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -128,12 +128,22 @@ Release Date: Not Released - Added ability to generate ``data:image/png;base64`` URIs instead of writing image files to disk. - Updated to always create PNG images instead of JPEG. +Version 3.1.11 +============== + +Release Date: Not Released + + + Version 3.1.10 ============== +Release Date: Jan 16, 2019 + - General Changes - - Added 'ssl_verify' support to the 'pdo/mysql' :doc:`Database <database/index> driver. + - Added 'ssl_verify' support to the 'pdo/mysql' :doc:`Database <database/index>` driver. + - Renamed :doc:`Inflector Helper <helpers/inflector_helper>` function ``is_countable()`` to :php:func:`word_is_countable()` due to the former colliding with one introduced in PHP 7.3.0. Bug fixes for 3.1.10 -------------------- @@ -390,7 +400,7 @@ Release Date: Oct 22, 2016 - General Changes - Added ``E_PARSE`` to the list of error levels detected by the shutdown handler. - - Updated :doc:`Inflector Helper <helpers/inflector_helper>` :php:func:`is_countable()` with more words. + - Updated :doc:`Inflector Helper <helpers/inflector_helper>` ``is_countable()`` with more words. - Updated :doc:`common function <general/common_functions>` :php:func:`set_status_header()` with new status codes from IETF RFCs `2817 <https://tools.ietf.org/html/rfc2817>`_ (426) and `6585 <https://tools.ietf.org/html/rfc6585>`_ (428, 429, 431, 511). |