rails--rails/actionmailbox/CHANGELOG.md

14 lines
273 B
Markdown
Raw Normal View History

2019-02-25 22:45:04 +00:00
## Rails 6.0.0.beta2 (February 25, 2019) ##
* Allow skipping incineration of processed emails.
This can be done by setting `config.action_mailbox.incinerate` to `false`.
*Pratik Naik*
2019-01-18 20:42:12 +00:00
## Rails 6.0.0.beta1 (January 18, 2019) ##
2018-12-26 18:26:56 +00:00
* Added to Rails.
*DHH*