aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-03 18:43:58 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-03 18:43:58 -0300
commitb6cc44bfa6b78f380503d3a4bc141bb529fd16bd (patch)
tree706d337a8b930e08297e0ec316c7fab938ef881f /activerecord/CHANGELOG.md
parent8847bed3ebe8cffcae2ec4c85070295783c9f8a4 (diff)
parent22ba159efcf85d66ff086d0f760d22c239607b77 (diff)
downloadrails-b6cc44bfa6b78f380503d3a4bc141bb529fd16bd.tar.gz
rails-b6cc44bfa6b78f380503d3a4bc141bb529fd16bd.tar.bz2
rails-b6cc44bfa6b78f380503d3a4bc141bb529fd16bd.zip
Merge pull request #17569 from kamipo/dump_table_options
Correctly dump `:options` on `create_table` for MySQL
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 35f760d63a..83e67f9a09 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Correctly dump `:options` on `create_table` for MySQL.
+
+ *Ryuta Kamizono*
+
* PostgreSQL: `:collation` support for string and text columns.
Example: