diff options
author | Andrey Andreev <narf@devilix.net> | 2013-10-21 13:26:18 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-10-21 13:26:18 +0200 |
commit | 0850a2857ef24dfa8e5a80da7b4049f70a679d29 (patch) | |
tree | e4efd5dabed176f9595f67689014b92302e2ea3f /user_guide_src/source/changelog.rst | |
parent | 6c85442746c46009cdf3fe517465e174a91cc4c5 (diff) | |
parent | 871d8f67611d94e2662dd0ac6e06b96accc954e6 (diff) |
Fix #2515 (manually merge PR #2516)
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 9f6feb744..8f5dfe540 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -620,6 +620,7 @@ Bug fixes for 3.0 - Fixed a bug (#33) - Script execution was terminated when an invalid cookie key was encountered. - Fixed a bug (#2681) - ``CI_Security::entity_decode()`` used the `PREG_REPLACE_EVAL` flag, which is deprecated since PHP 5.5. - Fixed a bug (#2691) - nested transactions could end in a deadlock when an error is encountered with *db_debug* set to TRUE. +- Fixed a bug (#2515) - ``_exception_handler()`` used to send the 200 "OK" HTTP status code and didn't stop script exection even on fatal errors. Version 2.1.4 ============= |