aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-09-02 10:04:15 +0000
committerJamis Buck <jamis@37signals.com>2005-09-02 10:04:15 +0000
commit14b8fa308e5d415d5b2456fc1e0993bb7cae69a1 (patch)
tree24c9570e72787c8f1bfb283e95aad30916927e7d /railties/CHANGELOG
parent6c44d35268d66374c5e2f0337183d5255c499a3c (diff)
downloadrails-14b8fa308e5d415d5b2456fc1e0993bb7cae69a1.tar.gz
rails-14b8fa308e5d415d5b2456fc1e0993bb7cae69a1.tar.bz2
rails-14b8fa308e5d415d5b2456fc1e0993bb7cae69a1.zip
Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2099 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 16267cff66..6ae02fcb37 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Corrected project-local generator location in scripts.rb #2010 [Michael Schuerig]
+
* Don't require the environment just to clear the logs #2093 [Scott Barron]
* Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)