aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailbox/CHANGELOG.md')
-rw-r--r--actionmailbox/CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md
new file mode 100644
index 0000000000..f5fb573090
--- /dev/null
+++ b/actionmailbox/CHANGELOG.md
@@ -0,0 +1,19 @@
+## Rails 6.0.0.beta3 (March 11, 2019) ##
+
+* No changes.
+
+
+## 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*
+
+
+## Rails 6.0.0.beta1 (January 18, 2019) ##
+
+* Added to Rails.
+
+ *DHH*