From 8d22b19f3d6956943ab4753718981a009499e555 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:32:12 -0400 Subject: [PATCH] v1.2.1 to fix bug of wrong `reqStates` ### Release v1.2.1 1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43) 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index d2ecc9d..ab0ce30 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ ## Table of Contents * [Changelog](#changelog) + * [Release v1.2.1](#Release-v121) * [Release v1.2.0](#Release-v120) * [Release v1.1.1](#Release-v111) * [Release v1.1.0](#Release-v110)