aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorScott Barron <scott@elitists.net>2005-09-27 23:31:32 +0000
committerScott Barron <scott@elitists.net>2005-09-27 23:31:32 +0000
commite1024e50cf72ade51b1b2231f1ba6649b4826b7d (patch)
tree5a80084bc3e543209fb489ed30871794926df7e3 /railties/CHANGELOG
parent5217b90909ef2d48bb708161a7b2f34826e62cd4 (diff)
downloadrails-e1024e50cf72ade51b1b2231f1ba6649b4826b7d.tar.gz
rails-e1024e50cf72ade51b1b2231f1ba6649b4826b7d.tar.bz2
rails-e1024e50cf72ade51b1b2231f1ba6649b4826b7d.zip
#2261 was supposed to have been closed as wontfix, not sure why it wasn't,
sorry. We discussed this on IRC and reached the conclusion that it was an undesirable addition. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2377 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 7487be5b62..35fb6dc425 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,7 +1,5 @@
*SVN*
-* Include lib/tasks/*.rake in rake stats. #2261 [Thomas Fuchs <thomas@fesch.at>]
-
* Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]
* Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]