1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry for #7532 [ci skip]

This commit is contained in:
Rafael Mendonça França 2012-09-05 19:38:54 -03:00
parent 2197d61c69
commit ddaeaefc2a

View file

@ -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*