提交 99044beb 编写于 作者: Y Yves Senn

minor Active Record CHANGELOG cleanup. [ci skip].

上级 01da3593
......@@ -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*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册