aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-03 23:05:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-03 23:05:16 +0000
commit3b2e356cd2d168c40c60015ee059070767f1fd7e (patch)
treec976ef992cf09eee78cc4623aefa80dbf35d2808 /actionpack/CHANGELOG
parente4106a580ec5008f7a84be6f412e5d88d7a160cb (diff)
downloadrails-3b2e356cd2d168c40c60015ee059070767f1fd7e.tar.gz
rails-3b2e356cd2d168c40c60015ee059070767f1fd7e.tar.bz2
rails-3b2e356cd2d168c40c60015ee059070767f1fd7e.zip
Added the original exception message to session recall errors (so you can see which class wasnt required)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c9b47db755..156c41a098 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added the original exception message to session recall errors (so you can see which class wasnt required)
+
* Fixed that RAILS_ROOT might not be defined when AP was loaded, so do a late initialization of the ROUTE_FILE #761 [Scott Barron]
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]