mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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]
This commit is contained in:
commit
a0a1abb3c7
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue