diff options
author | Andrey Andreev <narf@devilix.net> | 2017-11-28 12:16:48 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-11-28 12:16:48 +0100 |
commit | cf0e3e336ee872f1304bf0d19d39cc051db6c041 (patch) | |
tree | da203104eb789298ea4e97c1849738392b29f41d /user_guide_src | |
parent | 51dbfde284572f80f09360691525c181d26df0ae (diff) |
[ci skip] Add changelog entry for PR #5342
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 1c35d9046..c53f30f26 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -12,6 +12,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. + - Updated :doc:`Pagination Library <libraries/pagination>` to preserve previously set attributes while calling ``initialize()``. - 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 |