aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-10-22 09:36:49 +0200
committerYves Senn <yves.senn@gmail.com>2013-10-22 09:36:49 +0200
commit99044beb8163d42d6f0bcf26c7215e209e7f2bc7 (patch)
tree2344371a29fecfb5105f75f4f2d0a33fdd304d82 /activerecord
parent01da3593939ba6037a00f8eb9a2051b4b6f6f325 (diff)
downloadrails-99044beb8163d42d6f0bcf26c7215e209e7f2bc7.tar.gz
rails-99044beb8163d42d6f0bcf26c7215e209e7f2bc7.tar.bz2
rails-99044beb8163d42d6f0bcf26c7215e209e7f2bc7.zip
minor Active Record CHANGELOG cleanup. [ci skip].
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
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*