From 6d8221323f409b990876f98df73d1f744bf8cd71 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Wed, 17 Sep 2014 11:25:30 +0200 Subject: [PATCH] unify wording in Active Record CHANGELOG. [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*