Merge pull request #2426 from python-pillow/releasenotes-version

Fix version in notes
This commit is contained in:
Hugo 2017-02-27 14:48:12 +02:00 committed by GitHub
commit 3918dd4efd

View File

@ -20,7 +20,7 @@ Deprecation Warning when Saving JPEGs
JPEG images cannot contain an alpha channel. Pillow prior to 3.4.0 JPEG images cannot contain an alpha channel. Pillow prior to 3.4.0
silently drops the alpha channel. With this release Pillow will now silently drops the alpha channel. With this release Pillow will now
issue a ``DeprecationWarning`` when attempting to save a ``RGBA`` mode issue a ``DeprecationWarning`` when attempting to save a ``RGBA`` mode
image as a JPEG. This will become an error in Pillow 3.7. image as a JPEG. This will become an error in Pillow 4.2.
New DDS Decoders New DDS Decoders
================ ================