aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-31 11:54:00 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-31 11:54:00 +0100
commitafe402dac7da9e2e9d0f3e29582a502d8596d0e0 (patch)
treeec800db9350b3d8ac75d1e15178691e15cc17e01 /activerecord/CHANGELOG.md
parent33030ea7cbfa026b0f9f95a2c5d2dd363a7fe6aa (diff)
downloadrails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.tar.gz
rails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.tar.bz2
rails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.zip
unify CHANGELOG format. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
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*