aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-04 21:48:18 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-10-04 22:13:50 +0100
commit259a7a844b53b7d508145cc61fed9e11581e5409 (patch)
treeca91608fbab39d03b59137d018046606717883bd /activesupport/CHANGELOG
parent964dfc15572d7c10771c81ac3cbfb455dd5e378e (diff)
downloadrails-259a7a844b53b7d508145cc61fed9e11581e5409.tar.gz
rails-259a7a844b53b7d508145cc61fed9e11581e5409.tar.bz2
rails-259a7a844b53b7d508145cc61fed9e11581e5409.zip
Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ActionController::Base.
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 9700a11531..2c6f4ed582 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Add ActiveSupport::Rescuable module abstracting ActionController::Base rescue_from features. [Norbert Crombach, Pratik]
+
* Switch from String#chars to String#mb_chars for the unicode proxy. [Manfred Stienstra]
This helps with 1.8.7 compatibility and also improves performance for some operations by reducing indirection.