aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-10 23:52:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-10 23:52:37 +0000
commit445f89ccb57040e42355e2078d13f4b70a95ee7c (patch)
tree0012b95b53763437f2367eccc0f1acc3a5c42e86 /activesupport/CHANGELOG
parent3ff5c5805fb490591b5839db8445869a48e93bcb (diff)
downloadrails-445f89ccb57040e42355e2078d13f4b70a95ee7c.tar.gz
rails-445f89ccb57040e42355e2078d13f4b70a95ee7c.tar.bz2
rails-445f89ccb57040e42355e2078d13f4b70a95ee7c.zip
Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@377 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 6ac105bde1..f379aae5b9 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev]
+
* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]
* Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied