aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2014-11-10 05:19:45 +0900
committerRyuta Kamizono <kamipo@gmail.com>2015-05-03 16:41:19 +0900
commit22ba159efcf85d66ff086d0f760d22c239607b77 (patch)
tree93be8062807396705e69eaad8ee3fb5307681d27 /activerecord/CHANGELOG.md
parent76836ef7db8d0b1e40492c9a62f7c637718d813d (diff)
downloadrails-22ba159efcf85d66ff086d0f760d22c239607b77.tar.gz
rails-22ba159efcf85d66ff086d0f760d22c239607b77.tar.bz2
rails-22ba159efcf85d66ff086d0f760d22c239607b77.zip
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 923d780b90..db1221dc75 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Correctly dump `:options` on `create_table` for MySQL.
+
+ *Ryuta Kamizono*
+
* Make `unscope` aware of "less than" and "greater than" conditions.
*TAKAHASHI Kazuaki*