From 90c53c886fc1b41846de3951dd3a2d30cc75c1e1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 4 Apr 2024 06:15:19 -0400 Subject: [PATCH] Finalize --- NEWS.rst | 9 +++++++++ newsfragments/214.feature.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/214.feature.rst diff --git a/NEWS.rst b/NEWS.rst index 0d96987..b22b13e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v16.12.0 +======== + +Features +-------- + +- Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. (#214) + + v16.11.0 ======== diff --git a/newsfragments/214.feature.rst b/newsfragments/214.feature.rst deleted file mode 100644 index a0bde55..0000000 --- a/newsfragments/214.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile.