From 4eaf80a6ec0b58a0adc95638153363e00ebf5378 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 16 Jan 2019 17:43:02 +0200 Subject: [ci skip] Prepare for 3.1.10 release --- user_guide_src/source/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'user_guide_src/source/changelog.rst') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 58f6d71f0..6ed61649a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -5,9 +5,12 @@ Change Log Version 3.1.10 ============== +Release Date: Jan 16, 2019 + - General Changes - - Added 'ssl_verify' support to the 'pdo/mysql' :doc:`Database driver. + - Added 'ssl_verify' support to the 'pdo/mysql' :doc:`Database ` driver. + - Renamed :doc:`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 -------------------- @@ -264,7 +267,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 ` :php:func:`is_countable()` with more words. + - Updated :doc:`Inflector Helper ` ``is_countable()`` with more words. - Updated :doc:`common function ` :php:func:`set_status_header()` with new status codes from IETF RFCs `2817 `_ (426) and `6585 `_ (428, 429, 431, 511). -- cgit v1.2.3-24-g4f1b