summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorChristopher Guiney <chris@guiney.net>2012-07-04 21:30:37 +0200
committerChristopher Guiney <chris@guiney.net>2012-07-04 21:30:37 +0200
commitf3b7fa268d0c10c43e48952c44ad617167c0e387 (patch)
treea2b94acbc989faa538be684df72ba8c8582b3fff /user_guide_src
parent94e36fd06f5ade974cf16a7eedbf960bc3ad27ba (diff)
updated the changelog, fixed some whitespace
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index d2774ca12..9f759a0ea 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -178,6 +178,7 @@ Release Date: Not Released
- Core
+ - _exception_handler now respects php.ini's display_errors
- Changed private methods in the :doc:`URI Library <libraries/uri>` to protected so MY_URI can override them.
- Removed CI_CORE boolean constant from CodeIgniter.php (no longer Reactor and Core versions).
- Added method get_vars() to the :doc:`Loader Library <libraries/loader>` to retrieve all variables loaded with $this->load->vars().