aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-20 15:01:28 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-02-20 15:01:28 -0200
commit0f2261f2d10afade350378779104cdf0fc09605c (patch)
treee81d98c2622f215019e2609c3ee0bded1e6f1245 /activerecord/CHANGELOG.md
parent063b058e28de226272bff64508f6a68d471fa398 (diff)
parent5f6370a81bd013b801f3e4842ffd466d756d127d (diff)
downloadrails-0f2261f2d10afade350378779104cdf0fc09605c.tar.gz
rails-0f2261f2d10afade350378779104cdf0fc09605c.tar.bz2
rails-0f2261f2d10afade350378779104cdf0fc09605c.zip
Merge pull request #17139 from mfazekas/fix_becomes_changed_attributes
Always reset changed attributes in becomes
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b852391da2..52aaa2371d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fixed ActiveRecord::Relation#becomes! and changed_attributes issues for type column
+
+ Fixes #17139.
+
+ *Miklos Fazekas*
+
* Format the time string according to the precision of the time column.
*Ryuta Kamizono*