Add CHANGELOG entries for the observes extraction

[ci skip]
This commit is contained in:
Rafael Mendonça França 2012-11-29 00:26:32 -02:00
parent 8b270620d5
commit ec17f0d352
3 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* Sweepers was extracted from Action Controller as `rails-observers` gem.
*Rafael Mendonça França*
* Add option flag to `CacheHelper#cache` to manually bypass automatic template digests:
<% cache project, skip_digest: true do %>

View File

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* Observers was extracted from Active Model as `rails-observers` gem.
*Rafael Mendonça França*
* Specify type of singular association during serialization *Steve Klabnik*
* Fixed length validator to correctly handle nil values. Fixes #7180.

View File

@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
* Observers was extracted from Active Record as `rails-observers` gem.
*Rafael Mendonça França*
* Ensure that associations take a symbol argument. *Steve Klabnik*
* Fix dirty attribute checks for `TimeZoneConversion` with nil and blank