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``