update CHANGES

This commit is contained in:
Thomas Waldmann 2021-05-11 22:22:36 +02:00
parent bafc4e8455
commit 7ac9e2efef
1 changed files with 3 additions and 1 deletions

View File

@ -286,7 +286,9 @@ Other changes:
- create: add --upload-(ratelimit|buffer), deprecate --remote-* options, #5611
- create/extract/mount: add --numeric-ids, deprecate --numeric-owner option, #5724
- config: accept non-int value for max_segment_size / storage_quota
- use PyInstaller v4.2, #5671
- use PyInstaller v4.3, #5671
- vagrant: use Python 3.9.5 to build binaries
- tox.ini: modernize and enable execution without preinstalling deps
- cleanup code style checks
- get rid of distutils, use setuptools+packaging
- github CI: test on Python 3.10-dev