diff --git a/NEWS.rst b/NEWS.rst index 70f1eb38..e337db4d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v7.2.1 +====== + +Bugfixes +-------- + +- When reading installed files from an egg, use ``relative_to(walk_up=True)`` to honor files installed outside of the installation root. (#455) + + v7.2.0 ====== diff --git a/newsfragments/455.bugfix.rst b/newsfragments/455.bugfix.rst deleted file mode 100644 index 72bc9917..00000000 --- a/newsfragments/455.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -When reading installed files from an egg, use ``relative_to(walk_up=True)`` to honor files installed outside of the installation root. \ No newline at end of file