From 945b371f751c5d111e4cbd3519400efed4aac9a8 Mon Sep 17 00:00:00 2001 From: reasno Date: Sat, 7 Dec 2019 03:36:23 +0800 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9662f3483..ad42396e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Fixed - [#1104](https://github.com/hyperf/hyperf/pull/1104) Fixed guzzle will be retried when the response has the correct status code 2xx. - +- [#1105](https://github.com/hyperf/hyperf/pull/1105) Fixed Retry Component not restoring pipeline stack before retry attempts. # v1.1.9 - 2019-12-05 ## Added