Skip to content

Commit

Permalink
Added release notes for python-pillow#4568 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 24, 2020
1 parent ff9715f commit 2899ca0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/releasenotes/8.1.0.rst
Expand Up @@ -26,10 +26,15 @@ TODO
API Additions
=============

TODO
^^^^
Append images to ICO
^^^^^^^^^^^^^^^^^^^^

TODO
When saving an ICO image, the file may contain versions of the image at different
sizes. By default, Pillow will scale down the main image to create these copies.

With this release, a list of images can be provided to the ``append_images`` parameter
when saving, to replace the scaled down versions. This is the same functionality that
already exists for the ICNS format.

Security
========
Expand Down

0 comments on commit 2899ca0

Please sign in to comment.