From be490edaf413dc113d8182cbc7a29140d3a63481 Mon Sep 17 00:00:00 2001 From: Jinming Hu Date: Mon, 7 Dec 2020 10:49:03 +0800 Subject: [PATCH] add BreakingChanges.txt --- BreakingChanges.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BreakingChanges.txt diff --git a/BreakingChanges.txt b/BreakingChanges.txt new file mode 100644 index 0000000..287a735 --- /dev/null +++ b/BreakingChanges.txt @@ -0,0 +1,8 @@ +Breaking Changes in v0.4(Unreleased): + +- Fix a typo in struct name list_containers_segmented_response + +Breaking Changes in v0.2: + +- get_container_property is renamed to get_container_properties, the return type is also changed to std::future +- get_blob_property is renamed to get_blob_properties, the return type is also changed to std::future