mirror of https://github.com/rails/rails
Add CHANGELOG entries for the observes extraction
[ci skip]
This commit is contained in:
parent
8b270620d5
commit
ec17f0d352
|
@ -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 %>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue