aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-05 19:38:54 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-05 19:38:54 -0300
commitddaeaefc2a454be9d893ef3c546793cc47b0db84 (patch)
tree0a55f6f9b27cf7735ef1e125f5ae458756f8cf7c /activerecord
parent2197d61c69d3e1d536dc54e2c0994d2adbe40d18 (diff)
downloadrails-ddaeaefc2a454be9d893ef3c546793cc47b0db84.tar.gz
rails-ddaeaefc2a454be9d893ef3c546793cc47b0db84.tar.bz2
rails-ddaeaefc2a454be9d893ef3c546793cc47b0db84.zip
Add CHANGELOG entry for #7532 [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index bdbb09a593..a4859bb3ca 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,15 @@
## Rails 4.0.0 (unreleased) ##
+* Fix bug when call `store_accessor` multiple times.
+ Fixes #7532.
+
+ *Matt Jones*
+
+* Fix store attributes that show the changes incorrectly.
+ Fixes #7532.
+
+ *Matt Jones*
+
* Fix `ActiveRecord::Relation#pluck` when columns or tables are reserved words.
*Ian Lesperance*