diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-01 13:32:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-01 13:32:50 -0400 |
| commit | db378e28cc70ec4ed3c21dfbd255c9ea54a861c8 (patch) | |
| tree | 6b0c861a4855074f285deab51fd225bc017c94da /CHANGES.rst | |
| parent | 4ea9dd875488dd0c9f2773ad21aeda4f73d93b23 (diff) | |
| download | python-setuptools-git-50.0.1.tar.gz | |
Bump version: 50.0.0 → 50.0.1v50.0.1
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9dd77e12..0082b7f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v50.0.1 +------- + +* #2357: Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`. +* #2358: Restored AIX support on Python 3.8 and earlier. +* #2361: Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class + from importlib.abc rather than importlib.util.abc (alias removed in Python + 3.10). + + v50.0.0 ------- |
