Fix changelogs

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
This commit is contained in:
Bernát Gábor 2022-06-25 10:54:54 -07:00
parent a3d40904a1
commit a75d78c4d8
No known key found for this signature in database
GPG key ID: 389A324926656E0D
4 changed files with 6 additions and 4 deletions

View file

@ -1,2 +1,2 @@
Support for Windows embeddable Python package: includes ``python<VERSION>.zip``
in the creator sources.
Support for Windows embeddable Python package: includes ``python<VERSION>.zip`` in the creator sources
- by :user:`reksarka`.

View file

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

View file

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

View file

@ -0,0 +1 @@
Fix Windows PyPy 3.6 - by :user:`reksarka`.