diff --git a/CHANGELOG.md b/CHANGELOG.md index e97d71eaf..c2063b3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ upcoming release can be found in [changelog.d](changelog.d). +## [4.0.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.0.1) - 2024-05-15 + + +### Fixed + +- Fix `-` handling in file upload commands - even if file with `-` name exists, the stdin will be chosen over it. + This change affects `b2v4` (which is also aliased as `b2`), but not `b2v3` to keep backwards compatibility. +- Fix `b2 ls b2://bucketName/fileName` and `b2 rm b2://bucketName/fileName` to respectively, list and remove file identified by supplied B2 URI. + + ## [4.0.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.0.0) - 2024-05-13 diff --git a/changelog.d/+hyphen_filename.fixed.md b/changelog.d/+hyphen_filename.fixed.md deleted file mode 100644 index 2f467d3a1..000000000 --- a/changelog.d/+hyphen_filename.fixed.md +++ /dev/null @@ -1,2 +0,0 @@ -Fix `-` handling in file upload commands - even if file with `-` name exists, the stdin will be chosen over it. -This change affects `b2v4` (which is also aliased as `b2`), but not `b2v3` to keep backwards compatibility. diff --git a/changelog.d/+ls_file.fixed.md b/changelog.d/+ls_file.fixed.md deleted file mode 100644 index de7eab704..000000000 --- a/changelog.d/+ls_file.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix `b2 ls b2://bucketName/fileName` and `b2 rm b2://bucketName/fileName` to respectively, list and remove file identified by supplied B2 URI.