aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-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.