mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
New CHANGELOG entries are in to top of file
This commit is contained in:
parent
8a08f5cb23
commit
bf98261da6
1 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,10 @@
|
|||
* Fixed error for aggregate methods (`empty?`, `any?`, `count`) with `select`
|
||||
which created invalid SQL.
|
||||
|
||||
Fixes #13648.
|
||||
|
||||
*Simon Woker*
|
||||
|
||||
* PostgreSQL adapter only warns once for every missing OID per connection.
|
||||
|
||||
Fixes #14275.
|
||||
|
@ -289,11 +296,4 @@
|
|||
|
||||
*Yves Senn*
|
||||
|
||||
* Fixed error for aggregate methods (empty?, any?, count) with select()
|
||||
which created invalid SQL
|
||||
|
||||
Fixes #13648
|
||||
|
||||
*Simon Woker*
|
||||
|
||||
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/activerecord/CHANGELOG.md) for previous changes.
|
||||
|
|
Loading…
Reference in a new issue