From bd60014b10e617d2f4468c3751bffc58a8f4f0b9 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Wed, 23 Nov 2022 14:44:47 +0000 Subject: [PATCH] Minor adjustments in changelog --- CHANGES.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 52a8796519..a2ad42e9b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ v65.6.1 Documentation changes ^^^^^^^^^^^^^^^^^^^^^ -* #3689: Document that ``distutils.cfg`` might be ignored unless +* #3689: Documented that ``distutils.cfg`` might be ignored unless ``SETUPTOOLS_USE_DISTUTILS=stdlib``. Misc @@ -13,7 +13,9 @@ Misc * #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. +* #3695, #3697, #3698, #3699: Changed minor text details (spelling, spaces ...) +* #3696: Removed unnecessary ``coding: utf-8`` annotations +* #3704: Fixed temporary build directories interference with auto-discovery. v65.6.0