diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-08 13:02:01 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-08 13:02:01 +0100 |
commit | 4b85e77aaf607713c9954b463b6ad3ba91012a05 (patch) | |
tree | 1f17687afed66159f632d3703da8a9bd68315cbe | |
parent | a7522cc04b315dde1f468334aaeb7cee9f43b349 (diff) |
[ci skip] Add a changelog entry for PR #2800
-rw-r--r-- | user_guide_src/source/changelog.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 670e8d0e1..49ca39502 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -451,10 +451,13 @@ Release Date: Not Released - Added an optional second parameter to method ``line()`` to disable error login for line keys that were not found. - Language files are now loaded in a cascading style with the one in **system/** always loaded and overriden afterwards, if another one is found. + - :doc:`Hooks Library <general/hooks>` changes include: + - Renamed method ``_call_hook()`` to ``call_hook()``. + - Class instances are now stored in order to maintain their state. + - Removed ``CI_CORE`` boolean constant from *CodeIgniter.php* (no longer Reactor and Core versions). - Log Library will now try to create the **log_path** directory if it doesn't exist. - Added support for HTTP-Only cookies with new config option *cookie_httponly* (default FALSE). - - Renamed method ``_call_hook()`` to ``call_hook()`` in the :doc:`Hooks Library <general/hooks>`. - ``$config['time_reference']`` now supports all timezone strings supported by PHP. - Fatal PHP errors are now also passed to ``_exception_handler()``, so they can be logged. |