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
1 changed files with 4 additions and 0 deletions

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`.
Fixes #32853.