From 186ccc71642b770405de033dc0c339274ef2c9f4 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Fri, 9 Jul 2021 12:15:42 +0800 Subject: [PATCH] Fix misplaced entry in datalake changelog (#2584) --- sdk/storage/azure-storage-files-datalake/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 803934993..0edc38868 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -4,6 +4,8 @@ ### Features Added +- Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`. + ### Breaking Changes ### Bugs Fixed @@ -12,10 +14,6 @@ ## 12.0.1 (2021-07-07) -### New Features - -- Added `ETag` and `LastModified` into `ScheduleFileDeletionResult`. - ### Bug Fixes - Fixed a bug where transactional MD5 hash was treated as blob MD5 hash when downloading partial blob.