summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorKaiwang Chen <kaiwang.chen@gmail.com>2013-09-12 16:55:58 +0200
committerKaiwang Chen <kaiwang.chen@gmail.com>2013-09-12 16:55:58 +0200
commit8ce3134e739c688f2a3ade0d8c792d05d7879a78 (patch)
treec823b88db95c4c06f9ecf82b957b182b18a5fc95 /user_guide_src
parent488ef2119e75ce6c299a193aed035218256eebd3 (diff)
Make the changelog entry for #2633 more descriptive.
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index a681cf3cf..c99afc112 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -436,7 +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.
+ - Made the exception handler complete by registering a shutdown handler to redirect critical events such as PHP parse errors to it, so that they can be displayed and logged without the help of the standard PHP error handler.
Bug fixes for 3.0