From 94603ae20a8d814e60d31ab4a948a0ac866b6273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 2 Jan 2022 16:10:12 +0000 Subject: [PATCH] Fix changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/changelog.rst | 7 +++++++ docs/changelog/bugfix.2269.rst | 2 -- docs/changelog/bugfix.2271.rst | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog/bugfix.2269.rst delete mode 100644 docs/changelog/bugfix.2271.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 237efffd2..c64efb33f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,6 +13,13 @@ Features - 20.13.0 - Add downloaded wheel information in the relevant JSON embed file to prevent additional downloads of the same wheel. - by :user:`mayeut`. (`#2268 `_) +Bugfixes - 20.13.0 +~~~~~~~~~~~~~~~~~~ +- Fix ``AttributeError: 'bool' object has no attribute 'error'`` when creating a + Python 2.x virtualenv on macOS - by ``moreati``. (`#2269 `_) +- Fix ``PermissionError: [Errno 1] Operation not permitted`` when creating a + Python 2.x virtualenv on macOS/arm64 - by ``moreati``. (`#2271 `_) + v20.12.1 (2022-01-01) --------------------- diff --git a/docs/changelog/bugfix.2269.rst b/docs/changelog/bugfix.2269.rst deleted file mode 100644 index fdedc778a..000000000 --- a/docs/changelog/bugfix.2269.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix ``AttributeError: 'bool' object has no attribute 'error'`` when creating a -Python 2.x virtualenv on macOS - by ``moreati`` diff --git a/docs/changelog/bugfix.2271.rst b/docs/changelog/bugfix.2271.rst deleted file mode 100644 index 89c0410c6..000000000 --- a/docs/changelog/bugfix.2271.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix ``PermissionError: [Errno 1] Operation not permitted`` when creating a -Python 2.x virtualenv on macOS/arm64 - by ``moreati``