1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

minor Active Record CHANGELOG cleanup. [ci skip].

This commit is contained in:
Yves Senn 2013-10-22 09:36:49 +02:00
parent 01da359393
commit 99044beb81

View file

@ -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*