mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Release notes for 4.2.1
This commit is contained in:
parent
f76aa0b999
commit
b1d0965c75
|
@ -10,7 +10,7 @@ Changelog (Pillow)
|
|||
- PDF: Renamed parameter to not shadow built-in dict #2612
|
||||
[kijeong]
|
||||
|
||||
4.2.1 (unreleased)
|
||||
4.2.1 (2017-07-06)
|
||||
------------------
|
||||
|
||||
- CI: Fix version specification and test on CI for PyPy/Windows #2608
|
||||
|
|
|
@ -379,7 +379,7 @@ These platforms are built and tested for every change.
|
|||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Ubuntu Linux 12.04 LTS | 2.7 |x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Windows Server 2012 R2 | 2.7,3.3,3.4 |x86, x86-64 |
|
||||
| Windows Server 2012 R2 | 2.7,3.3,3.4,pypy |x86, x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
|
||||
\* Mac OS X CI is not run for every commit, but is run for every release.
|
||||
|
|
11
docs/releasenotes/4.2.1.rst
Normal file
11
docs/releasenotes/4.2.1.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
4.2.1
|
||||
-----
|
||||
|
||||
There are no functional changes in this release.
|
||||
|
||||
Fixed Windows PyPy Build
|
||||
========================
|
||||
|
||||
A change in the 4.2.0 cycle broke the Windows PyPy build. This has
|
||||
been fixed, and PyPy is now part of the Windows CI matrix.
|
||||
|
|
@ -6,6 +6,7 @@ Release Notes
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
4.2.1
|
||||
4.2.0
|
||||
4.1.1
|
||||
4.1.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user