summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8303123e..3988bb65 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,25 @@
+v67.7.0
+-------
+
+
+Changes
+^^^^^^^
+* #3849: Overhaul warning system for better visibility.
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #3859: Added a note about historical presence of ``wheel``
+ in ``build-system.requires``, in ``pyproject.toml``.
+* #3893: Improved the documentation example regarding making a thin :pep:`517` in-tree
+ backend wrapper of ``setuptools.build_meta`` that is future-proof and supports
+ :pep:`660` hook too -- by :user:`webknjaz`.
+
+Misc
+^^^^
+* #3884: Add a ``stacklevel`` parameter to ``warnings.warn()`` to provide more information to the user.
+ -- by :user:`cclauss`
+
+
v67.6.1
-------