aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2019-05-10 16:45:46 -0400
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2019-05-10 16:45:46 -0400
commite84ee74854876be00c3d072182af4c936c7d303c (patch)
tree8f2f28cf1d3084d63de98fa6bac897294638a1a3 /activerecord/CHANGELOG.md
parent36d145ca457d7f663517ac4096d8fae3da2491a9 (diff)
parent93d2090011b5ccab504b8aeabf6a95b23193a689 (diff)
downloadrails-e84ee74854876be00c3d072182af4c936c7d303c.tar.gz
rails-e84ee74854876be00c3d072182af4c936c7d303c.tar.bz2
rails-e84ee74854876be00c3d072182af4c936c7d303c.zip
Merge branch 'migration-timestamp-fix'
Closes #28707.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f708d42e43..a787e6dca7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,5 @@
+* Allow generated create_table migrations to include or skip timestamps
+ *Michael Duchemin*
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.