Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit b00cc67

Browse files
katmsftvinjiang
authored andcommitted
Updated documentation to resolve PR comments
1 parent 36dc4c9 commit b00cc67

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Changelog.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ History of Changes
33

44
Changes in v6.0.0
55
- Upgraded CPPRest to latest version: 2.10.10.
6-
- Resolved a potential memory leak issue in xml_wrapper.cpp.
7-
- Resolved an issue where getting range would update the blob/file MD5 unexpectedly.
8-
- Added an option in CMake to build azure-storage-cpp using /MT
6+
- Resolved a memory leak issue on Linux platform in xml_wrapper.cpp.
7+
- Resolved an issue where `download_range_to_stream` for `azure::storage::blob` or `azure::storage::file` would update the blob/file MD5 unexpectedly.
8+
- Added an option `ENABLE_MT` in CMake to build azure-storage-cpp using /MT
99
- Resolved an issue where the first forward slash in the front of the blob name will always be trimmed.
10-
- Supported cancellation token and millisecond level timeout in C++ client library.
10+
- Supported cancellation token in asynchronous operations.
11+
- Supported millisecond level timeout.
1112

1213
Changes in v5.2.0
1314
- Resolved an issue where listing blobs for blob tier returning faulty result when built with VS2013.

0 commit comments

Comments
 (0)