diff options
-rw-r--r-- | docs/changelog.rst | 8 | ||||
-rw-r--r-- | docs/changelog/2499.feature.rst | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index fd0b9a4..2f7af19 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.19.0 (2023-02-07) +--------------------- + +Features - 20.19.0 +~~~~~~~~~~~~~~~~~~ +- Allow platformdirs version ``3`` - by :user:`cdce8p`. (:issue:`2499`) + + v20.18.0 (2023-02-06) --------------------- diff --git a/docs/changelog/2499.feature.rst b/docs/changelog/2499.feature.rst deleted file mode 100644 index ce4f4e3..0000000 --- a/docs/changelog/2499.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow platformdirs version ``3`` - by :user:`cdce8p`. |