From f1e625f85385f820ea69b092fe1d5d241c4f4c41 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 27 Jun 2018 00:44:21 +0300 Subject: Add changelog entry for 3110cae [ci skip] Since it is changes of the public API, it seems valuable to add a mention about it to the changelog file. Follow up 3110caecbebdad7300daaf26bfdff39efda99e25 --- activejob/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activejob/CHANGELOG.md') diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index dcb9d27f45..f9cb0e204d 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,7 @@ +* Allow passing multiple exceptions to `retry_on`, and `discard_on`. + + *George Claghorn* + * Pass the error instance as the second parameter of block executed by `discard_on`. Fixes #32853. -- cgit v1.2.3