From afe402dac7da9e2e9d0f3e29582a502d8596d0e0 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Sat, 31 Jan 2015 11:54:00 +0100 Subject: unify CHANGELOG format. [ci skip] --- activerecord/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3bd1fe32b4..4cc62346cb 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,9 @@ * Fixed ActiveRecord::Relation#group method when argument is SQL reserved key word: - SplitTest.group(:key).count - Property.group(:value).count + Example: + + SplitTest.group(:key).count + Property.group(:value).count *Bogdan Gusiev* @@ -86,7 +88,7 @@ A deprecation warning will be emitted if you have a `:time` column, and have not explicitly opted out. - Fixes #3145 + Fixes #3145. *Sean Griffin* -- cgit v1.2.3