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 3110caecbe
This commit is contained in:
bogdanvlviv 2018-06-27 00:44:21 +03:00
parent 316513177c
commit f1e625f853
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
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.