mirror of https://github.com/rails/rails
Add changelog entry for #22825
This commit is contained in:
parent
e40518f5d4
commit
40be61dfda
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue