Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext
diff --git a/Misc/NEWS b/Misc/NEWS
index b4a2c50..26cbbb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@
Library
-------
+- Issue #7115: Fixed the extension module builds that is failing when using
+ paths in the extension name instead of dotted names.
+
- Issue #7068: Fixed the partial renaming that occured in r72594.
- Issue #7064: Fixed the incompatibility with Setuptools in distutils