From a38a58bb728649d00e6842d570e376da5f56b3ac Mon Sep 17 00:00:00 2001 From: Tim Anema Date: Wed, 18 Nov 2020 15:33:32 -0500 Subject: [PATCH] Changelog --- changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.txt b/changelog.txt index 87287079..4bb2f614 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v1.1.3 +===================== +- Improved request throttling and retrying, to eliminate ABS interactions and +hanging operations (#839) + v1.1.2 (Sep 29, 2020) ===================== - Fix hanging uploads (#809)