1
0
Fork 0
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:
Prem Sichanugrist 2018-06-27 10:07:56 +09:00 committed by GitHub
commit a0a1abb3c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`. * Pass the error instance as the second parameter of block executed by `discard_on`.
Fixes #32853. Fixes #32853.