From 99044beb8163d42d6f0bcf26c7215e209e7f2bc7 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 22 Oct 2013 09:36:49 +0200 Subject: minor Active Record CHANGELOG cleanup. [ci skip]. --- activerecord/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index adcec10fe8..744a58f8e5 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -3,7 +3,7 @@ Generate sub-query with inline bind values. - Fixes: #12586 + Fixes #12586. *Paul Nikitochkin* @@ -14,7 +14,7 @@ * `ActiveRecord::QueryMethods#unscope` unscopes negative equality - Allows you to call `#unscope` on a relation with negative equality + Allows you to call `#unscope` on a relation with negative equality operators, i.e. `Arel::Nodes::NotIn` and `Arel::Nodes::NotEqual` that have been generated through the use of `where.not`. @@ -286,7 +286,7 @@ * Fixes bug when using includes combined with select, the select statement was overwritten. - Fixes #11773 + Fixes #11773. *Edo Balvers* -- cgit v1.2.3