diff --git a/CHANGELOG.md b/CHANGELOG.md index 7332fd21..4d50b379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.3.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.3.0) - 2024-05-15 + + +### Added + +- Add `folder_to_list_can_be_a_file` parameter to `b2sdk.v2.Bucket.ls`, that if set to `True` will allow listing a file versions if path is an exact match. + This parameter won't be included in `b2sdk.v3.Bucket.ls` and unless supplied `path` ends with `/`, the possibility of path pointing to file will be considered first. + + ## [2.2.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.2.1) - 2024-05-09 diff --git a/changelog.d/+ls_file.added.md b/changelog.d/+ls_file.added.md deleted file mode 100644 index 122145f2..00000000 --- a/changelog.d/+ls_file.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Add `folder_to_list_can_be_a_file` parameter to `b2sdk.v2.Bucket.ls`, that if set to `True` will allow listing a file versions if path is an exact match. -This parameter won't be included in `b2sdk.v3.Bucket.ls` and unless supplied `path` ends with `/`, the possibility of path pointing to file will be considered first.