From 826c0faa91c0d7bb4a99e4b933a37cef84e5bca5abd2796c8466da2ce83e590f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:40:48 +0000 Subject: [PATCH] clarify changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=38 --- python-tenacity.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tenacity.changes b/python-tenacity.changes index 9a5eca6..a0b1e1b 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Nov 9 19:19:10 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 8.1.0, 8.0.1, 8.0.0, 7.0.0 +- Update to version 8.1.0 (included changes also from 8.0.1, 8.0.0, 7.0.0) * feat: Add retry_if_exception_cause_type (#362) * Support `datetime.timedelta` as a valid wait unit type (#342) * Show All Exception Predicates in Docs (#332)