From fb174704ddbaa086ed801cfbb5c8326d28140a92 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sat, 9 Jun 2018 03:28:55 -0700 Subject: Add workaround to always pass a 0 mode when creating a file (#128) Add workaround to always pass a 0 mode when creating a file This works around servers that produce an error for any non-zero mode. --- ChangeLog.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 6520a0b..58396c7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,8 @@ +Unreleased Changes +------------------ + +* New `createmode` workaround. + Release 3.3.2 (2018-04-29) -------------------------- -- cgit v1.2.3