aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-06-05 05:47:33 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-06-05 05:53:49 +0900
commitcc27e9988f9ce4e52acf491a5f67be70ab7d25d8 (patch)
tree66784714a94158ada8ddd515927478b5e5103ba5 /activerecord/CHANGELOG.md
parent502bfdeff524d1f69bc0b5b3265e146afc1f6255 (diff)
downloadrails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.tar.gz
rails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.tar.bz2
rails-cc27e9988f9ce4e52acf491a5f67be70ab7d25d8.zip
Unify to use 4 spaces indentation in CHANGELOGs [ci skip]
Especially, somehow `CHANGELOG.md` in actiontext and activestorage in master branch had used 3 spaces indentation.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7cc9ee92c2..09fdc66788 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,18 +2,19 @@
*Martin R. Schuster*
-* Fix invalid schema when primary key column has a comment
+* Fix invalid schema when primary key column has a comment.
- Fixes #29966
+ Fixes #29966.
*Guilherme Goettems Schneider*
-* Fix table comment also being applied to the primary key column
+* Fix table comment also being applied to the primary key column.
*Guilherme Goettems Schneider*
* Allow generated `create_table` migrations to include or skip timestamps.
- *Michael Duchemin*
+ *Michael Duchemin*
+
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/activerecord/CHANGELOG.md) for previous changes.