diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf762b7c..d0762f5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.5.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.1) - 2024-08-15 + + +### Fixed + +- Fix LocalFolder.all_files(..) erroring out if one of the non-excluded directories is not readable by the user running the scan. + Warning is added to ProgressReport instead as other file access errors are. + + ## [2.5.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.0) - 2024-07-30 diff --git a/changelog.d/+scan_perm_errors.fixed.md b/changelog.d/+scan_perm_errors.fixed.md deleted file mode 100644 index 7f6303fe4..000000000 --- a/changelog.d/+scan_perm_errors.fixed.md +++ /dev/null @@ -1,2 +0,0 @@ -Fix LocalFolder.all_files(..) erroring out if one of the non-excluded directories is not readable by the user running the scan. -Warning is added to ProgressReport instead as other file access errors are.