aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-12-31 18:53:58 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-12-31 18:53:58 +0000
commit91b71ed30cc1c075860c1a098bab5603c3f90178 (patch)
tree9fda1b6fe4f49cb4de3e28e26c775da3fc49f99e /activesupport/CHANGELOG
parent54e56ddb6050257966cadbbd5d4d0c9b10f17f8e (diff)
downloadrails-91b71ed30cc1c075860c1a098bab5603c3f90178.tar.gz
rails-91b71ed30cc1c075860c1a098bab5603c3f90178.tar.bz2
rails-91b71ed30cc1c075860c1a098bab5603c3f90178.zip
Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5811 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 64040371c4..0fc1488974 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561. [Nicholas Seckar]
+
* Update load once paths to prevent nested once constants from being detected and claimed by an external non-once load. [Nicholas Seckar]
* Deprecation: silence warnings when reporting test errors. [Jeremy Kemper]