-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
11.2.0 | ||
------ | ||
|
||
Security | ||
======== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
:cve:`YYYY-XXXXX`: TODO | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
TODO | ||
|
||
Backwards Incompatible Changes | ||
============================== | ||
|
||
TODO | ||
^^^^ | ||
|
||
Deprecations | ||
============ | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
API Changes | ||
=========== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
API Additions | ||
============= | ||
|
||
Check for mozjpeg | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
You can check if Pillow has been built against the mozjpeg version of the | ||
libjpeg library, and what version of mozjpeg is being used:: | ||
|
||
from PIL import features | ||
features.check_feature("mozjpeg") # True or False | ||
features.version_feature("mozjpeg") # "4.1.1" for example, or None | ||
|
||
Other Changes | ||
============= | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters