From 5c4a58485de0288ec2f13d2f61eac9d854268343 Mon Sep 17 00:00:00 2001 From: Tank Tang <kat@microsoft.com> Date: Thu, 28 Oct 2021 16:24:53 +0800 Subject: [PATCH] Updated doc to latest version. --- blob/ChangeLog.md | 3 ++- common/ChangeLog.md | 3 ++- file/ChangeLog.md | 2 +- queue/ChangeLog.md | 2 +- table/ChangeLog.md | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/blob/ChangeLog.md b/blob/ChangeLog.md index aa41542..c7144d8 100644 --- a/blob/ChangeLog.md +++ b/blob/ChangeLog.md @@ -1,5 +1,6 @@ 2021.10 - version 2.0.2 -* Allow to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Added access tier information and creation time of blob in response. 2020.8 - version 2.0.1 * Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0. diff --git a/common/ChangeLog.md b/common/ChangeLog.md index 4de2c42..3222f71 100644 --- a/common/ChangeLog.md +++ b/common/ChangeLog.md @@ -1,5 +1,6 @@ 2021.10 - version 2.0.3 -* Allow to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Fixed handling of invalid connection strings 2020.8 - version 2.0.2 * Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0. diff --git a/file/ChangeLog.md b/file/ChangeLog.md index fc5d41e..9d9cffd 100644 --- a/file/ChangeLog.md +++ b/file/ChangeLog.md @@ -1,5 +1,5 @@ 2021.10 - version 2.0.3 -* Allow to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. 2020.8 - version 2.0.2 * Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0. diff --git a/queue/ChangeLog.md b/queue/ChangeLog.md index f60a89e..0ae0bfe 100644 --- a/queue/ChangeLog.md +++ b/queue/ChangeLog.md @@ -1,5 +1,5 @@ 2021.10 - version 2.0.3 -* Allow to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. 2020.8 - version 2.0.2 * Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0. diff --git a/table/ChangeLog.md b/table/ChangeLog.md index aca61b1..a9b3aa9 100644 --- a/table/ChangeLog.md +++ b/table/ChangeLog.md @@ -1,5 +1,5 @@ 2021.10 - version 2.0.3 -* Allow to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. +* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0. 2020.8 - version 2.0.2 * Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0. -- GitLab