aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authoritzki <itzki.h@gmail.com>2012-12-07 04:30:00 +0900
committeritzki <itzki.h@gmail.com>2012-12-10 14:44:24 +0900
commit7efcc5d72fb7e42358b4cb9b7f627e1a69c20911 (patch)
treee7fe33d158296dab746fa2899ae9e0f0e73b749c /activerecord/CHANGELOG.md
parent9e42cd86869dcc158b0321b2d2dfcc185a7d0282 (diff)
downloadrails-7efcc5d72fb7e42358b4cb9b7f627e1a69c20911.tar.gz
rails-7efcc5d72fb7e42358b4cb9b7f627e1a69c20911.tar.bz2
rails-7efcc5d72fb7e42358b4cb9b7f627e1a69c20911.zip
Fix decorating columns for serialized attributes
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 b1988172cb..02aced31c9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Fix decorating columns for serialized attributes. Fixes #8441
+
+ *itzki*
+
* Session variables can be set for the `mysql`, `mysql2`, and `postgresql` adapters
in the `variables: <hash>` parameter in `database.yml`. The key-value pairs of this
hash will be sent in a `SET key = value` query on new database connections. See also: