diff --git a/NEWS.rst b/NEWS.rst index 085a5305..18b5a14f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,18 @@ +v7.1.0 +====== + +Features +-------- + +- Improve import time (python/cpython#114664). + + +Bugfixes +-------- + +- Allow ``MetadataPathFinder.invalidate_caches`` to be called as a classmethod. + + v7.0.2 ====== diff --git a/newsfragments/+.bugfix.rst b/newsfragments/+.bugfix.rst deleted file mode 100644 index a8dd3dde..00000000 --- a/newsfragments/+.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow ``MetadataPathFinder.invalidate_caches`` to be called as a classmethod. diff --git a/newsfragments/+.feature.rst b/newsfragments/+.feature.rst deleted file mode 100644 index 865acfc1..00000000 --- a/newsfragments/+.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Improve import time (python/cpython#114664).