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

#7914 Add change of previous commit to CHANGELOG.md

This commit is contained in:
Arturo Pie 2012-10-12 18:07:30 -04:00 committed by Arturo Pie
parent 2da85edda3
commit 54b3f41741

View file

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* PostgreSQL adapter correctly fetches default values when using multiple schemas and domains in a db. Fixes #7914
*Arturo Pie*
* Learn ActiveRecord::QueryMethods#order work with hash arguments
When symbol or hash passed we convert it to Arel::Nodes::Ordering.