diff --git a/NEWS.rst b/NEWS.rst index f769bb4..eebc4ca 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +v16.14.0 +======== + +Features +-------- + +- Add .symlink_to and .hardlink_to. (#214) +- Add .cwd method and deprecated .getcwd. (#214) + + v16.13.0 ======== diff --git a/newsfragments/214.feature.1.rst b/newsfragments/214.feature.1.rst deleted file mode 100644 index 1cb5185..0000000 --- a/newsfragments/214.feature.1.rst +++ /dev/null @@ -1 +0,0 @@ -Add .symlink_to and .hardlink_to. \ No newline at end of file diff --git a/newsfragments/214.feature.rst b/newsfragments/214.feature.rst deleted file mode 100644 index 479c95d..0000000 --- a/newsfragments/214.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add .cwd method and deprecated .getcwd. \ No newline at end of file