diff options
author | vlakoff <vlakoff@gmail.com> | 2013-07-24 03:39:45 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-07-24 03:41:30 +0200 |
commit | 1eb59c99a4097f9cfdb99434a88a73535a5fbb57 (patch) | |
tree | c11d1b6e09f53bade9a91017c392b4fb1c09428c /user_guide_src | |
parent | cd920b169f0c9beb8dc413837f3832f22d2a096a (diff) |
Add a changelog entry about changes in Array helper's element() and elements()
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 08a8f0b38..2ecbcb3da 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -130,6 +130,7 @@ Release Date: Not Released - Added *colors* configuration to allow customization for the *background*, *border*, *text* and *grid* colors. - :doc:`Directory Helper <helpers/directory_helper>` :php:func:`directory_map()` will now append ``DIRECTORY_SEPARATOR`` to directory names in the returned array. + - :doc:`Array Helper <helpers/array_helper>` :php:func:`element()` and :php:func:`elements()` now return NULL instead of FALSE when the required elements don't exist. - :doc:`Language Helper <helpers/language_helper>` :php:func:`lang()` now accepts an optional list of additional HTML attributes. - Deprecated the :doc:`Email Helper <helpers/email_helper>` as its ``valid_email()``, ``send_email()`` functions are now only aliases for PHP native functions ``filter_var()`` and ``mail()`` respectively. |