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 96e9d629ae..fc6bf18eba 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added support for installing plugins hosted at git repositories #11294 [danger]
+
* 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]