diff --git a/docs/changelog.rst b/docs/changelog.rst index fd0b9a40d..2f7af19fc 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 ce4f4e396..000000000 --- a/docs/changelog/2499.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow platformdirs version ``3`` - by :user:`cdce8p`.