Add changelog entry for #22825

This commit is contained in:
Rafael Mendonça França 2016-02-24 00:13:50 -03:00
parent e40518f5d4
commit 40be61dfda
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
* Add support to fragment cache in Action Mailer.
Now you can use fragment caching in your mailers views.
*Stan Lo*
* Reset `ActionMailer::Base.deliveries` after every test in
`ActionDispatch::IntegrationTest`.