diff --git a/docs/changelog/1774.feature.rst b/docs/changelog/1774.feature.rst index 1761a46cd..3aa6e3f8b 100644 --- a/docs/changelog/1774.feature.rst +++ b/docs/changelog/1774.feature.rst @@ -1,2 +1,2 @@ -Support for Windows embeddable Python package: includes ``python.zip`` -in the creator sources. +Support for Windows embeddable Python package: includes ``python.zip`` in the creator sources +- by :user:`reksarka`. diff --git a/docs/changelog/2348.bugfix.rst b/docs/changelog/2348.bugfix.rst index 214dea7db..a0ea1b60c 100644 --- a/docs/changelog/2348.bugfix.rst +++ b/docs/changelog/2348.bugfix.rst @@ -1 +1,2 @@ -Upgrade embedded setuptools to ``62.3.3`` from ``62.6.0`` and pip to ``22.1.2`` from ``22.0.4`` - by :user:`gaborbernat`. +Upgrade embedded setuptools to ``62.3.3`` from ``62.6.0`` and pip to ``22.1.2`` from ``22.0.4`` +- by :user:`gaborbernat`. diff --git a/docs/changelog/2351.bugfix.rst b/docs/changelog/2351.bugfix.rst index 273c3332a..b1e06e6cf 100644 --- a/docs/changelog/2351.bugfix.rst +++ b/docs/changelog/2351.bugfix.rst @@ -1 +1 @@ -Use ``shlex.quote`` instead of deprecated ``pipes.quote`` in Python 3. - by :user:`frenzymadness`. +Use ``shlex.quote`` instead of deprecated ``pipes.quote`` in Python 3 - by :user:`frenzymadness`. diff --git a/docs/changelog/2363.bugfix.rst b/docs/changelog/2363.bugfix.rst new file mode 100644 index 000000000..d86699e87 --- /dev/null +++ b/docs/changelog/2363.bugfix.rst @@ -0,0 +1 @@ +Fix Windows PyPy 3.6 - by :user:`reksarka`.