File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,20 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
244
244
245
245
### Deprecations
246
246
247
+ * Deprecated ` config.action_mailer.preview_path ` .
248
+
249
+ * Deprecated passing params to ` assert_enqueued_email_with ` via the ` :args ` kwarg.
250
+ Now supports a ` :params ` kwarg, so use that to pass params.
251
+
247
252
### Notable changes
248
253
254
+ * Add ` config.action_mailer.preview_paths ` to support multiple preview paths.
255
+
256
+ * Add ` capture_emails ` in the test helper to capture all emails sent in a block.
257
+
258
+ * Add ` deliver_enqueued_emails ` to ` ActionMailer::TestHelper ` to deliver all enqueued email jobs.
259
+
260
+
249
261
Active Record
250
262
-------------
251
263
@@ -257,7 +269,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
257
269
258
270
* Remove deprecated ` ActiveRecord::Base ` config accessors
259
271
260
- * Remove support for ` :include_replicas ` on ` configs_for ` . Use ` :include_hidden ` instead.
272
+ * Remove support for ` :include_replicas ` on ` configs_for ` . Use ` :include_hidden ` instead.
261
273
262
274
* Remove deprecated ` config.active_record.partial_writes ` .
263
275
You can’t perform that action at this time.
0 commit comments