diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-10 14:12:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-10 14:12:04 +0100 |
commit | c9420849853a33a192c482e28c737e166d4fa698 (patch) | |
tree | e6ddc086e31b13dfab68213ca50fa0d0dd309284 /user_guide_src | |
parent | 8c9e51044d991868228dba8b9d5141998347dbfe (diff) |
Close #5330
Diffstat (limited to 'user_guide_src')
-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 1641f7c97..1c35d9046 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -11,6 +11,7 @@ Release Date: Not Released - Updated :doc:`Form Validation Library <libraries/form_validation>` rule ``valid_email`` to use ``INTL_IDNA_VARIANT_UTS46`` for non-ASCII domain names. - Updated :doc:`Email Library <libraries/email>` to use ``INTL_IDNA_VARIANT_UTS46`` for non-ASCII domain names. + - Updated :doc:`Loader Library <libraries/loader>` method ``model()`` to log both ``CI_Model`` class loading and individual models' initialization. - Deprecated usage of :doc:`CAPTCHA Helper <helpers/captcha_helper>` function :php:func:`create_captcha()` with parameters other than ``$data``. Bug fixes for 3.1.7 |