Merge pull request #2836 from hugovk/release-notes

Add release notes for 4.4.0
This commit is contained in:
wiredfool 2017-11-06 12:25:01 +00:00 committed by GitHub
commit 7afaf4ddde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
4.4.0
-----
API Changes
===========
OleFileIO.py
^^^^^^^^^^^^
The olefile module is no longer a required dependency when installing Pillow.
Support for plugins requiring olefile will not be loaded if it is not
installed. This allows library consumers to avoid installing this dependency
if they choose. Some library consumers have little interest in the format
support and would like to keep dependencies to a minimum.
Further, the vendored version was removed in Pillow 4.0.0 and replaced with a
deprecation warning that PIL.OleFileIO would be removed in a future version.
This warning has been upgraded to an import error pending future removal.
API Additions
=============
TODO
Other Changes
=============
TODO

View File

@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 2
4.4.0
4.3.0
4.2.1
4.2.0