aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorArturo Pie <arturop@nulogy.com>2012-10-12 18:07:30 -0400
committerArturo Pie <arturotd08@yahoo.ca>2012-10-13 22:18:50 -0400
commit54b3f417411097f7404d15355858f56ad66e8294 (patch)
tree1c02c9b9197fac096671cc0b830f57549229b94b /activerecord/CHANGELOG.md
parent2da85edda36692c882ff25ccf7dbd038de2f771c (diff)
downloadrails-54b3f417411097f7404d15355858f56ad66e8294.tar.gz
rails-54b3f417411097f7404d15355858f56ad66e8294.tar.bz2
rails-54b3f417411097f7404d15355858f56ad66e8294.zip
#7914 Add change of previous commit to CHANGELOG.md
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7b80598171..f3362f81a3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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.