aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-15 12:52:18 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-08-15 12:52:18 +0900
commitd3c0dcff20f93889fedf1ff6a5be4ea8370132fe (patch)
treeea751b044dd11ccb7f3a983878df676aaf46b6cd /activerecord/CHANGELOG.md
parent24ee261680b00dc6e9abba4413e75958dfb50478 (diff)
downloadrails-d3c0dcff20f93889fedf1ff6a5be4ea8370132fe.tar.gz
rails-d3c0dcff20f93889fedf1ff6a5be4ea8370132fe.tar.bz2
rails-d3c0dcff20f93889fedf1ff6a5be4ea8370132fe.zip
Formatting CHANGELOGs [ci skip]
Add missing backticks Add missing * Add missing .
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9f95b30122..b39d28ca31 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,8 +1,8 @@
* Ensure `sum` honors `distinct` on `has_many :through` associations
- Fixes #16791
+ Fixes #16791.
- *Aaron Wortham
+ *Aaron Wortham*
* Add `binary` fixture helper method.