summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 14:39:01 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-11-23 14:39:01 +0000
commit00f59ef188a2fa47a6076ee27adfea94335224c5 (patch)
treef1a1df72faf9359a8aeb949502e5c733bd21dd6d /CHANGES.rst
parentb0f42b9e7b553aa4deffab8f69245dea316849df (diff)
downloadpython-setuptools-git-65.6.1.tar.gz
Bump version: 65.6.0 → 65.6.1v65.6.1
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5a24ff7a..52a87965 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,21 @@
+v65.6.1
+-------
+
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #3689: Document that ``distutils.cfg`` might be ignored unless
+ ``SETUPTOOLS_USE_DISTUTILS=stdlib``.
+
+Misc
+^^^^
+* #3678: Improve clib builds reproducibility by sorting sources -- by :user:`danigm`
+* #3684: Improved exception/traceback when invalid entry-points are specified.
+* #3690: Fixed logging errors: 'underlying buffer has been detached' (issue #1631).
+* #3693: Merge pypa/distutils@3e9d47e with compatibility fix for distutils.log.Log.
+* #3704: Fix temporary build directories interference with auto-discovery.
+
+
v65.6.0
-------