From ddaeaefc2a454be9d893ef3c546793cc47b0db84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 5 Sep 2012 19:38:54 -0300 Subject: Add CHANGELOG entry for #7532 [ci skip] --- activerecord/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'activerecord') 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* -- cgit v1.2.3