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 1e1f328837..f2bd7d6930 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* add a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)]
+
* Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing]
* Reshuffle load order so that routes and observers are initialized after plugins and app initializers. Closes #10980 [rick]