From d901e74f95782afa600db8b8fe105c44d480c99c Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Mon, 17 Jun 2024 12:17:40 +0200 Subject: [PATCH] fix changelog phrasing --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f291f591..1a92c295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,8 @@ upcoming release can be found in [changelog.d](changelog.d). ### Fixed - Fix `--lifecycle-rule` validation on `python<3.10`. -- Update required `b2sdk` version which includes various fixes. - - Move scan filters before a read on filesystem access attempt. This will prevent unnecessary warnings and IO operations on paths that are not relevant to the operation. +- Update required `b2sdk` to `2.4.0` which includes following fixes: + - Move scan filters before a read on filesystem access attempt. - Fix & improve Lifecycle Rule validation. - Don't retry on `NoPaymentHistory` exception.