From d87a42cf8e5c996cf6ec2d7fc4a0ec6065ce4bca Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Wed, 4 Aug 2021 00:37:28 +0200 Subject: [PATCH] Add PUT upload fix to changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 286af8e..7e02b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ Unreleased that should have been quoted * fixed broken special char handling in directory listing for python2 * drop python3.5 support + * fixed PUT uploads with python3 and documented PUT-uploads with curl 2020-10-30 v0.5.1