diff --git a/docs/changelog.rst b/docs/changelog.rst index 4dabd234e..4d3e59750 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,23 @@ Release History .. towncrier release notes start +v20.21.1 (2023-04-19) +--------------------- + +Bugfixes - 20.21.1 +~~~~~~~~~~~~~~~~~~ +- Add ``tox.ini`` to sdist - by :user:`mtelka`. (:issue:`2511`) +- Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer + assumes that its initializer is a full expressions. (:issue:`2527`) +- The nushell command 'str collect' has been superseded by the 'str join' command. The activate.nu script has + been updated to reflect this change. (:issue:`2532`) +- Upgrade embedded wheels: + + * wheel to ``0.40.0`` from ``0.38.4`` + * setuptools to ``67.6.1`` from ``67.4.0`` + * pip to ``23.1`` from ``23.0.1`` (:issue:`2546`) + + v20.21.0 (2023-03-12) --------------------- diff --git a/docs/changelog/2511.bugfix.rst b/docs/changelog/2511.bugfix.rst deleted file mode 100644 index ef34011cb..000000000 --- a/docs/changelog/2511.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add ``tox.ini`` to sdist - by :user:`mtelka`. diff --git a/docs/changelog/2527.bugfix.rst b/docs/changelog/2527.bugfix.rst deleted file mode 100644 index ff5800f4e..000000000 --- a/docs/changelog/2527.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Move the use of 'let' in nushell to ensure compatibility with future releases of nushell, where 'let' no longer -assumes that its initializer is a full expressions. diff --git a/docs/changelog/2532.bugfix.rst b/docs/changelog/2532.bugfix.rst deleted file mode 100644 index 16922fde9..000000000 --- a/docs/changelog/2532.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -The nushell command 'str collect' has been superseded by the 'str join' command. The activate.nu script has -been updated to reflect this change. diff --git a/docs/changelog/2546.bugfix.rst b/docs/changelog/2546.bugfix.rst deleted file mode 100644 index 4fbb60049..000000000 --- a/docs/changelog/2546.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -Upgrade embedded wheels: - -* wheel to ``0.40.0`` from ``0.38.4`` -* setuptools to ``67.6.1`` from ``67.4.0`` -* pip to ``23.1`` from ``23.0.1``