aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-09-17 11:25:30 +0200
committerYves Senn <yves.senn@gmail.com>2014-09-17 11:25:30 +0200
commit6d8221323f409b990876f98df73d1f744bf8cd71 (patch)
treef11eee1eae7245d85b1285e09ecde9bf123cc003
parentc1ab07cd9156a37a4f906f1d78849b116dbd841b (diff)
downloadrails-6d8221323f409b990876f98df73d1f744bf8cd71.tar.gz
rails-6d8221323f409b990876f98df73d1f744bf8cd71.tar.bz2
rails-6d8221323f409b990876f98df73d1f744bf8cd71.zip
unify wording in Active Record CHANGELOG. [ci skip]
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 945e3bb2e3..de510da1e5 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -16,7 +16,7 @@
* A `NullRelation` should represent nothing. This fixes a bug where
`Comment.where(post_id: Post.none)` returned a non-empty result.
- Closes #15176.
+ Fixes #15176.
*Matthew Draper*, *Yves Senn*