diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ce5c31ac..7fa0293e1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,15 @@ Release History .. towncrier release notes start +v20.13.3 (2022-03-07) +--------------------- + +Bugfixes - 20.13.3 +~~~~~~~~~~~~~~~~~~ +- Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`. (`#2310 `_) +- Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`. (`#2311 `_) + + v20.13.2 (2022-02-24) --------------------- diff --git a/docs/changelog/2310.bugfix.rst b/docs/changelog/2310.bugfix.rst deleted file mode 100644 index b7226d619..000000000 --- a/docs/changelog/2310.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid symlinking the contents of ``/usr`` into PyPy3.8+ virtualenvs - by :user:`stefanor`. diff --git a/docs/changelog/2311.bugfix.rst b/docs/changelog/2311.bugfix.rst deleted file mode 100644 index 05e0635ef..000000000 --- a/docs/changelog/2311.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Bump embed pip from ``22.0.3`` to ``22.0.4`` - by :user:`gaborbernat`.