1
0
Fork 0
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:
Rafael Mendonça França 2014-04-11 15:46:20 -03:00
parent 8a08f5cb23
commit bf98261da6

View file

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