mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Update Release Notes [ci skip]
Updated release notes to cover the change to the handling of libjpeg and libz
This commit is contained in:
parent
e5f35a2a4c
commit
28d98a4b29
|
@ -42,4 +42,11 @@ have been removed in this release::
|
|||
ImageWin.fromstring()
|
||||
ImageWin.tostring()
|
||||
|
||||
LibJpeg and Zlib are Required by Default
|
||||
----------------------------------------
|
||||
|
||||
The external dependencies on libjpeg and zlib are now required by default.
|
||||
If the headers or libraries are not found, then installation will abort
|
||||
with an error. This behaviour can be disabled with the `--disable-libjpeg`
|
||||
and `--disable-zlib` flags.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user