From 766f7ad69074a4ad233e4e36650612f0fa287ce7 Mon Sep 17 00:00:00 2001 From: Yang Xia Date: Wed, 27 Dec 2017 15:33:04 +0800 Subject: [PATCH] Update the change log (#59) --- ChangeLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 17d0999..9ad76d8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,7 @@ -# 2017.12.14 - azure-core gem @version 0.1.14 +# 2017.12.28 - azure-core gem @version 0.1.14 * Added `reason_phrase` as an alternative for HTTP error description if no error details is found in response body -* Fixed a bug of re-throwing previously stored response error when it retries. +* Fixed a bug of re-throwing previously stored response error when it retries. [#51](https://github.com/Azure/azure-ruby-asm-core/issues/51) +* Fixed a bug that retries exceed the limit after many requests fail. [#57](https://github.com/Azure/azure-ruby-asm-core/issues/57) # 2017.11.10 - azure-core gem @version 0.1.13 * Added the call options in the retry data.