aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
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 bfc066e6f1..96e9d629ae 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that script/generate would not look for plugin generators in plugin_paths #11000 [glv]
+
* Fix database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt]
* add a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)]