diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-20 08:58:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-20 08:58:55 -0500 |
| commit | abd6dbb6dde4e6933061e3491acf331a7cd16658 (patch) | |
| tree | 930b3f1034e3b42f341b960320c3ed4cdd873b67 | |
| parent | 1b7838dd56eeb2a1022461acd210b6eafe5716cf (diff) | |
| download | python-setuptools-git-abd6dbb6dde4e6933061e3491acf331a7cd16658.tar.gz | |
Add reference to setuptools issue. Ref #3648.
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2ea02d3c..cd7cdd7c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -50,7 +50,7 @@ v67.2.0 Changes ^^^^^^^ -* #3809: Merge with distutils@8c3c3d29, including fix for ``sysconfig.get_python_inc()`` (pypa/distutils#178), fix for segfault on MinGW (pypa/distutils#196), and better ``has_function`` support (pypa/distutils#195). +* #3809: Merge with distutils@8c3c3d29, including fix for ``sysconfig.get_python_inc()`` (pypa/distutils#178), fix for segfault on MinGW (pypa/distutils#196), and better ``has_function`` support (pypa/distutils#195, #3648). v67.1.0 |
