Skip to content

Commit

Permalink
Add CHANGELOG entries for the observes extraction
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rafaelfranca committed Nov 29, 2012
1 parent 8b27062 commit ec17f0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 %>
Expand Down
4 changes: 4 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ec17f0d

Please sign in to comment.