diff --git a/docs/changelog.rst b/docs/changelog.rst index af0ee616e..17f3a4101 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.17.1 (2022-12-05) +--------------------- + +Bugfixes - 20.17.1 +~~~~~~~~~~~~~~~~~~ +- A ``py`` or ``python`` spec means any Python rather than ``CPython`` - by :user:`gaborbernat`. (`#2460 `_) +- Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted - by :user:`m-lima`. (`#2461 `_) + + v20.17.0 (2022-11-27) --------------------- diff --git a/docs/changelog/2460.bugfix.rst b/docs/changelog/2460.bugfix.rst deleted file mode 100644 index 60cd16662..000000000 --- a/docs/changelog/2460.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -A ``py`` or ``python`` spec means any Python rather than ``CPython`` - by :user:`gaborbernat`. diff --git a/docs/changelog/2461.bugfix.rst b/docs/changelog/2461.bugfix.rst deleted file mode 100644 index 66ea551f6..000000000 --- a/docs/changelog/2461.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Make ``activate.nu`` respect ``VIRTUAL_ENV_DISABLE_PROMPT`` and not set the prompt if reqeusted - by :user:`m-lima`.