aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2018-06-27 00:44:21 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2018-06-27 00:47:48 +0300
commitf1e625f85385f820ea69b092fe1d5d241c4f4c41 (patch)
tree9a3dd321339da2a41aa1d115e1740bf29694a58a /activejob/CHANGELOG.md
parent316513177cf9033d842cc176f8401d4e7c7e7c2a (diff)
downloadrails-f1e625f85385f820ea69b092fe1d5d241c4f4c41.tar.gz
rails-f1e625f85385f820ea69b092fe1d5d241c4f4c41.tar.bz2
rails-f1e625f85385f820ea69b092fe1d5d241c4f4c41.zip
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
Diffstat (limited to 'activejob/CHANGELOG.md')
-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.