aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-03-27 05:13:46 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-03-27 05:13:46 +0000
commit9efca53908c09b7f188183aec6c0a4a2df347316 (patch)
treebd1eacf10bdcaef1112bf0c36d3a3743fb092733 /activesupport/CHANGELOG
parent24403498ba8582d29f55aab16ffd5920dec1c669 (diff)
downloadrails-9efca53908c09b7f188183aec6c0a4a2df347316.tar.gz
rails-9efca53908c09b7f188183aec6c0a4a2df347316.tar.bz2
rails-9efca53908c09b7f188183aec6c0a4a2df347316.zip
Dependencies cleanup. Fixes #4221.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4060 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 87a8428d0f..b4eb8e0455 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* When possible, avoid incorrectly obtaining constants from parent modules. Fixes #4221. [Nicholas Seckar]
+
+* Add more tests for dependencies; refactor existing cases. [Nicholas Seckar]
+
+* Move Module#parent and Module#as_load_path into core_ext. Add Module#parent. [Nicholas Seckar]
+
* Add CachingTools::HashCaching to simplify the creation of nested, autofilling hashes. [Nicholas Seckar]
* Remove a hack intended to avoid unloading the same class twice, but which would not work anyways. [Nicholas Seckar]