diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f2bd7d6930..bfc066e6f1 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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)] * Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing] |