aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-22 23:17:20 +0200
committerXavier Noria <fxn@hashref.com>2010-06-24 00:17:28 +0200
commit6f83a5036d8a9c3f8ed74755ff6d42bc3f6e9982 (patch)
tree08916d1c4d01a93af7f2b4d830417b7d32f271d1 /activesupport/CHANGELOG
parent4a0a640d33e1c729d38c6091bb1394fbda059b5c (diff)
downloadrails-6f83a5036d8a9c3f8ed74755ff6d42bc3f6e9982.tar.gz
rails-6f83a5036d8a9c3f8ed74755ff6d42bc3f6e9982.tar.bz2
rails-6f83a5036d8a9c3f8ed74755ff6d42bc3f6e9982.zip
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
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 abd0664118..59ad57ede8 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 [Release Candidate] (unreleased)*
+* Renamed ActiveSupport::Dependecies.load_(once_)paths to autoload_(once_)paths. [fxn]
+
* Added ActiveSupport::FileUpdateChecker to execute a block only if a set of files changed, used by Router and I18n locale files. [José Valim]
* Added ActiveSupport::DescendantsTracker to track descendants with support to constants reloading. [José Valim]