aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-09-12 14:41:51 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-09-12 14:41:51 +0000
commite14acca8a83f14d40d29cdd3418d626ca1043c07 (patch)
treee1264b42e35f159831365c1587637211f4cc98c5 /activesupport/CHANGELOG
parentde4cd789aeaa06514bebc90a6ccf1ea4f879f3c6 (diff)
downloadrails-e14acca8a83f14d40d29cdd3418d626ca1043c07.tar.gz
rails-e14acca8a83f14d40d29cdd3418d626ca1043c07.tar.bz2
rails-e14acca8a83f14d40d29cdd3418d626ca1043c07.zip
Fixed dependencies related infinite recursion bug when a controller file does not contain a controller class. Closes #1760.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2218 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 fd937adc5a..cf0cfbc826 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed dependencies related infinite recursion bug when a controller file does not contain a controller class. Closes #1760. [rcolli2@tampabay.rr.com]
+
* Fixed inflections for status, quiz, move #2056 [deirdre@deirdre.net]
* Added Hash#reverse_merge, Hash#reverse_merge!, and Hash#reverse_update to ease the use of default options