aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-12-24 14:53:35 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-12-24 14:53:35 +0000
commite2acd16810a597e9fa3acd6277e8371678cea34a (patch)
tree3967bb3d632fd589bbc4896824ffbb9eb8d8d03a /activesupport/CHANGELOG
parent1e170da30db4be2ecfb83a5690b260a4ecfc19b3 (diff)
downloadrails-e2acd16810a597e9fa3acd6277e8371678cea34a.tar.gz
rails-e2acd16810a597e9fa3acd6277e8371678cea34a.tar.bz2
rails-e2acd16810a597e9fa3acd6277e8371678cea34a.zip
Update load once paths to prevent nested once constants from being detected and claimed by an external non-once load. References #6720
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5782 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 4bcf7ef7df..64040371c4 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Hash#slice(*keys) returns a new hash with only the given keys. #slice! replaces the hash with only the given keys. Works with HashWithIndifferentAccess also. [Jeremy Kemper]