Skip to content

Commit

Permalink
Updated documentation to resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft authored and vinjiang committed Feb 1, 2019
1 parent 36dc4c9 commit b00cc67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ History of Changes

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

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

0 comments on commit b00cc67

Please sign in to comment.