aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-13 11:09:16 +0530
committerGitHub <noreply@github.com>2019-05-13 11:09:16 +0530
commita67106ef16d5649e300a694386232f9d17634d4e (patch)
treec9199bfc35ccc0cbf84ca561e5cefb8e99ba8d30 /activerecord/CHANGELOG.md
parent4829214aa2be3d9de10049e3490e25c623187079 (diff)
downloadrails-a67106ef16d5649e300a694386232f9d17634d4e.tar.gz
rails-a67106ef16d5649e300a694386232f9d17634d4e.tar.bz2
rails-a67106ef16d5649e300a694386232f9d17634d4e.zip
[skip ci] Fix missing punctuation mark and formatting
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a787e6dca7..8c5342edb2 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Allow generated create_table migrations to include or skip timestamps
+* Allow generated `create_table` migrations to include or skip timestamps.
*Michael Duchemin*