diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-28 10:00:04 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-28 10:00:04 -0500 |
| commit | e2081731f4c41a1461c76c262ed020321c71549b (patch) | |
| tree | fbd7a85f2c4d57f4fe2685ddab798d358d48d867 /CHANGES.txt | |
| parent | 66b3a623dd256def923ddde303b8c95592d0223b (diff) | |
| download | python-setuptools-git-e2081731f4c41a1461c76c262ed020321c71549b.tar.gz | |
Update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 28d2ef63..90ae01a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,15 @@ CHANGES ======= +19.6.1 +------ + +* Restore compatibility for PyPy 3 compatibility lost in + 19.4.1 addressing Issue #487. +* ``setuptools.launch`` shim now loads scripts in a new + namespace, avoiding getting relative imports from + the setuptools package on Python 2. + 19.6 ---- @@ -16,6 +25,7 @@ CHANGES expose the desired functionality. For example:: $ python -m setuptools.launch setup.py develop + * Issue #488: Fix dual manifestation of Extension class in extension packages installed as dependencies when Cython is present. |
