aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2018-06-27 10:07:56 +0900
committerGitHub <noreply@github.com>2018-06-27 10:07:56 +0900
commita0a1abb3c7942084111d87ae95837a83bcc794f6 (patch)
tree9a3dd321339da2a41aa1d115e1740bf29694a58a
parent316513177cf9033d842cc176f8401d4e7c7e7c2a (diff)
parentf1e625f85385f820ea69b092fe1d5d241c4f4c41 (diff)
downloadrails-a0a1abb3c7942084111d87ae95837a83bcc794f6.tar.gz
rails-a0a1abb3c7942084111d87ae95837a83bcc794f6.tar.bz2
rails-a0a1abb3c7942084111d87ae95837a83bcc794f6.zip
Merge pull request #33230 from bogdanvlviv/add-changelog-entry-for-3110caec
Add changelog entry for allow passing multiple exceptions to retry_on/discard_on (3110cae) [ci skip]
-rw-r--r--activejob/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.