diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-09-17 11:25:30 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-09-17 11:25:30 +0200 |
commit | 6d8221323f409b990876f98df73d1f744bf8cd71 (patch) | |
tree | f11eee1eae7245d85b1285e09ecde9bf123cc003 | |
parent | c1ab07cd9156a37a4f906f1d78849b116dbd841b (diff) | |
download | rails-6d8221323f409b990876f98df73d1f744bf8cd71.tar.gz rails-6d8221323f409b990876f98df73d1f744bf8cd71.tar.bz2 rails-6d8221323f409b990876f98df73d1f744bf8cd71.zip |
unify wording in Active Record CHANGELOG. [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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* |