From cc27e9988f9ce4e52acf491a5f67be70ab7d25d8 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 5 Jun 2019 05:47:33 +0900 Subject: 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. --- activerecord/CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'activerecord') 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. -- cgit v1.2.3