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:
parent
2197d61c69
commit
ddaeaefc2a
1 changed files with 10 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue