aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-12-21 14:15:33 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-12-21 16:04:56 -0300
commit885f59f6852cce670b48680fa0a1b6a4b0998291 (patch)
tree62c1647da5404b9bcc2b9c1b8a733750ea993060 /activerecord/CHANGELOG.md
parentbf166996f2985c7952b1d27ba4c1789f6b6e4161 (diff)
downloadrails-885f59f6852cce670b48680fa0a1b6a4b0998291.tar.gz
rails-885f59f6852cce670b48680fa0a1b6a4b0998291.tar.bz2
rails-885f59f6852cce670b48680fa0a1b6a4b0998291.zip
Serialized attribute can be serialized in an integer column
Fix #8575 Conflicts: activerecord/CHANGELOG.md activerecord/lib/active_record/attribute_methods/serialization.rb activerecord/test/cases/serialized_attribute_test.rb activerecord/test/models/person.rb
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c39d7fe00c..083474eed0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,14 +1,19 @@
## Rails 3.2.10 (unreleased)
+* Serialized attributes can be serialized in integer columns.
+ Fix #8575.
+
+ *Rafael Mendonça França*
+
* Keep index names when using `alter_table` with sqlite3.
- Fix #3489
- Backport #8522
+ Fix #3489.
+ Backport #8522.
*Yves Senn*
* Recognize migrations placed in directories containing numbers and 'rb'.
- Fix #8492
- Backport of #8500
+ Fix #8492.
+ Backport of #8500.
*Yves Senn*