aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-27 22:33:50 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-27 22:33:50 +0000
commitd8823d6fb7605788e6d61b3d5f67c0c7302527aa (patch)
tree41fe6f810c9605fd2c5990482e395720826665cf /railties/CHANGELOG
parent8301ce4d0b9de4423b74abf842faa6cf9e5aae1b (diff)
downloadrails-d8823d6fb7605788e6d61b3d5f67c0c7302527aa.tar.gz
rails-d8823d6fb7605788e6d61b3d5f67c0c7302527aa.tar.bz2
rails-d8823d6fb7605788e6d61b3d5f67c0c7302527aa.zip
Stop adding the antiquated test/mocks/* directories and only add them to the path if theyre still there for legacy reasons [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9102 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 818bbce1ac..7ca7d9528d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Stop adding the antiquated test/mocks/* directories and only add them to the path if they're still there for legacy reasons [DHH]
+
* Added that gems can now be plugins if they include rails/init.rb #11444 [jbarnette]
* Added Plugin#about method to programmatically access the about.yml in a plugin #10979 [lazyatom]