diff --git a/NEWS.rst b/NEWS.rst index ab87840..702d3d6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v16.9.0 +======= + +Features +-------- + +- Added Path.iterdir() and deprecated Path.listdir(). Ref #214. (#214) + + v16.8.0 ======= diff --git a/newsfragments/214.feature.rst b/newsfragments/214.feature.rst deleted file mode 100644 index 904897f..0000000 --- a/newsfragments/214.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added Path.iterdir() and deprecated Path.listdir(). Ref #214. \ No newline at end of file