From 3ec76256e88d36e251c388921d0fd172e86fa297 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 23 Apr 2017 10:39:30 -0400 Subject: Finish Action Mailer section in release notes [ci skip] --- guides/source/5_1_release_notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'guides') diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md index f9062920f0..6c9b519605 100644 --- a/guides/source/5_1_release_notes.md +++ b/guides/source/5_1_release_notes.md @@ -279,12 +279,12 @@ Action Mailer Please refer to the [Changelog][action-mailer] for detailed changes. -### Removals - -### Deprecations - ### Notable changes +* Exception handling: use `rescue_from` to handle exceptions raised by + mailer actions, by message delivery, and by deferred delivery jobs. + ([commit](https://github.com/rails/rails/commit/e35b98e6f5c54330245645f2ed40d56c74538902)) + * Allowed setting custom content type when attachments are included and body is set inline. ([Pull Request](https://github.com/rails/rails/pull/27227)) -- cgit v1.2.3