aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-17 00:25:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-17 00:25:32 +0000
commitf918d40ee610cedb87f54ebdcaa9233889a145f8 (patch)
tree08c1ec9960a3d22439c760acac5e9714adf18559 /actionpack/CHANGELOG
parentdf1c6995f7cf08bfae29b1173eb8ca1b2645588c (diff)
downloadrails-f918d40ee610cedb87f54ebdcaa9233889a145f8.tar.gz
rails-f918d40ee610cedb87f54ebdcaa9233889a145f8.tar.bz2
rails-f918d40ee610cedb87f54ebdcaa9233889a145f8.zip
Fixed a bug that would cause an ApplicationController to require itself three times and hence cause filters to be run three times [evl]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@201 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3043e95352..2a9bc9027a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,8 @@
+*1.0.1*
+
+* Fixed a bug that would cause an ApplicationController to require itself three times and hence cause filters to be run three times [evl]
+
+
*1.0*
* Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name.