Minor AR changelog review [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-04-24 20:32:52 -03:00
parent 6f405df2c0
commit e691272628

@ -1,14 +1,16 @@
## Rails 4.0.0 (unreleased) ##
* Fix a SystemStackError problem when using time zone aware or serialized attributes.
In current implementation, we re-use `column_types` argument when initiating an instance.
If an instance have serialized or timezone aware attributes,
column_types is wrapped multiple times in `decorate_columns` method. Thus the above error occurs.
* Allow to use databases.rake tasks without having `Rails.application`.
*Piotr Sarnacki*
* Fix a `SystemStackError` problem when using time zone aware or serialized attributes.
In current implementation, we reuse `column_types` argument when initiating an instance.
If an instance has serialized or time zone aware attributes, `column_types` is
wrapped multiple times in `decorate_columns` method. Thus the above error occurs.
*Dan Erikson & kennyj*
* Allow to use databases.rake tasks without having Rails.application *Piotr Sarnacki*
* Fix for a regression bug in which counter cache columns were not being updated
when record was pushed into a has_many association. For example: