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 @@ -268,8 +268,20 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
268
268
269
269
### Deprecations
270
270
271
+ * Deprecated ` config.action_mailer.preview_path ` .
272
+
273
+ * Deprecated passing params to ` assert_enqueued_email_with ` via the ` :args ` kwarg.
274
+ Now supports a ` :params ` kwarg, so use that to pass params.
275
+
271
276
### Notable changes
272
277
278
+ * Add ` config.action_mailer.preview_paths ` to support multiple preview paths.
279
+
280
+ * Add ` capture_emails ` in the test helper to capture all emails sent in a block.
281
+
282
+ * Add ` deliver_enqueued_emails ` to ` ActionMailer::TestHelper ` to deliver all enqueued email jobs.
283
+
284
+
273
285
Active Record
274
286
-------------
275
287
@@ -281,7 +293,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
281
293
282
294
* Remove deprecated ` ActiveRecord::Base ` config accessors
283
295
284
- * Remove support for ` :include_replicas ` on ` configs_for ` . Use ` :include_hidden ` instead.
296
+ * Remove support for ` :include_replicas ` on ` configs_for ` . Use ` :include_hidden ` instead.
285
297
286
298
* Remove deprecated ` config.active_record.partial_writes ` .
287
299
You can’t perform that action at this time.
0 commit comments