aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-12-19 21:16:23 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-12-20 14:04:50 -0600
commit776af48acb1035e70a326609ec5e5b632ef0c2c5 (patch)
tree5a423c1aee660d7582c766df7b5658c78bd52aa3 /activerecord/CHANGELOG.md
parent8cb7bc8b55e8054f66cd58840392e6cc63134a90 (diff)
downloadrails-776af48acb1035e70a326609ec5e5b632ef0c2c5.tar.gz
rails-776af48acb1035e70a326609ec5e5b632ef0c2c5.tar.bz2
rails-776af48acb1035e70a326609ec5e5b632ef0c2c5.zip
PostgreSQL hstore types are automatically deserialized from the database.
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 348873d759..6ea8ce129a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Rails 4.0.0 (unreleased) ##
+
+* PostgreSQL hstore types are automatically deserialized from the database.
+
## Rails 3.2.0 (unreleased) ##
* Added ability to run migrations only for given scope, which allows