diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-21 15:54:48 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-21 15:54:48 -0400 |
commit | d1a76c59f58d3a590121f81beeadcbe438d3d389 (patch) | |
tree | 4c4bedc3a02534e1cb5866d0c39b7ace68a811c1 | |
parent | 7ceffdafd2bdcabd09245c30037ac11946f64593 (diff) | |
download | python-setuptools-git-d1a76c59f58d3a590121f81beeadcbe438d3d389.tar.gz |
Update changelog
-rw-r--r-- | changelog.d/3553.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3553.change.rst b/changelog.d/3553.change.rst new file mode 100644 index 00000000..145d7cb3 --- /dev/null +++ b/changelog.d/3553.change.rst @@ -0,0 +1 @@ +Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and removing deprecation warning per pypa/distutils#169. |