From 91251fdcbd150fc1ec3542ebd2e950bc7f66bf3a Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 10 Jul 2016 22:13:12 +0530 Subject: CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip] - Also minor weekly CHANGELOG cleanup. --- activerecord/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5cbfe9aa6f..1d0e4b32a3 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,9 @@ -* Add newline between each migration in `structure.sql` +* Add newline between each migration in `structure.sql`. Keeps schema migration inserts as a single commit, but allows for easier - git diff-ing. Fixes #25504. + git diffing. + + Fixes #25504. *Grey Baker*, *Norberto Lopes* -- cgit v1.2.3