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:
parent
2da85edda3
commit
54b3f41741
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
## Rails 4.0.0 (unreleased) ##
|
## 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
|
* Learn ActiveRecord::QueryMethods#order work with hash arguments
|
||||||
|
|
||||||
When symbol or hash passed we convert it to Arel::Nodes::Ordering.
|
When symbol or hash passed we convert it to Arel::Nodes::Ordering.
|
||||||
|
|
Loading…
Reference in a new issue