From 72451e411636591ee9ba2ff1c6efbcec46eed97a Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Sat, 15 Jan 2022 19:52:01 +0100 Subject: [PATCH] Prepare changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eca6a16c..0836c3e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.0.1 - 2022-01-15 + +### Fixes + +* [ZipArchive] delete top-level directory too when deleting a directory +* [GoogleCloudStorage] Use listing to check for directory existence (consistency) +* [GoogleCloudStorage] Fixed bug where exceptions were not thrown +* [AwsS3V3] Allow passing options for controlling multi-upload options (#1396) +* [Local] Convert windows-style directory separator to unix-style (#1398) + ## 3.0.0 - 2022-01-13 ### Added