diff options
author | Kaiwang Chen <kaiwang.chen@gmail.com> | 2013-09-12 05:55:45 +0200 |
---|---|---|
committer | Kaiwang Chen <kaiwang.chen@gmail.com> | 2013-09-12 05:55:45 +0200 |
commit | 488ef2119e75ce6c299a193aed035218256eebd3 (patch) | |
tree | b7c68511d4aaff573720fb9a797685dbfdfecb89 | |
parent | 5f0ee055ddf0624017bfcd1748445d8854c0b5ea (diff) |
Add changelog entry for #2633.
-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 3e36d88f5..a681cf3cf 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -436,6 +436,7 @@ Release Date: Not Released - 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. + - Made the exception handler complete by registering a shutdown handler to redirect critical events to it. Bug fixes for 3.0 |