Fix version in notes

This commit is contained in:
Alexander Karpinsky 2017-02-27 02:04:12 +03:00 committed by GitHub
parent 4c932e0661
commit f66e93bb4b

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
================ ================