From 1216acf1caa13575d3b8cfa0b401e42eefa9f17f Mon Sep 17 00:00:00 2001 From: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com> Date: Wed, 12 Aug 2020 17:52:13 -0700 Subject: [PATCH] [Storage][Blob]ChangeLog Update (#13081) --- sdk/storage/azure-storage-blob/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index ae05060b815e..30a3f9a13bbf 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -10,9 +10,10 @@ - Added support to set tier on a snapshot or version. **Fixes** -- Fixed the bug when parsing blob url with '/' in blob name. -- Support batch delete empty blob list. +- Fixed the bug when parsing blob url with '/' in blob name (#12563, #12568). +- Support batch delete empty blob list (#12778, #12779). - Fixed `blob_samples_query` bug. +- Fixed empty etag in acquire_blob response (#8490). ## 12.4.0b1 (2020-07-07) **New features**