diff options
| -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. |
