Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass over CHANGELOGs [ci skip] #24366

Merged
merged 1 commit into from
Mar 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Rails 5.0.0.beta3 (February 24, 2016) ##

* Add support to fragment cache in Action Mailer.

Now you can use fragment caching in your mailers views.
* Add support for fragment caching in Action Mailer views.

*Stan Lo*

Expand Down
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

*Sean Griffin*

* The schema cache is now cleared after the 'migrate' task is run
* The schema cache is now cleared after the `db:migrate` task is run.

Closes #24273
Closes #24273.

*Chris Arcand*

Expand Down