Skip to content

Commit

Permalink
Added release notes for python-pillow#6678
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 24, 2022
1 parent 89bc4be commit 6c17f2e
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions docs/releasenotes/9.3.0.rst
Expand Up @@ -4,25 +4,6 @@
Backwards Incompatible Changes
==============================

TODO
^^^^

Deprecations
============

TODO
^^^^

TODO

API Changes
===========

TODO
^^^^

TODO

API Additions
=============

Expand Down Expand Up @@ -55,10 +36,14 @@ Additional images can also be appended when saving, by combining the
Security
========

TODO
^^^^
Decode JPEG compressed BLP1 data in original mode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TODO
Within the BLP image format, BLP1 data may use JPEG compression. Instead of
telling the JPEG library that this data is in BGRX mode, Pillow will now
decode the data in its natural CMYK mode, then convert it to RGB and rearrange
the channels afterwards. Trying to load the data in an incorrect mode could
result in a segmentation fault.

Other Changes
=============
Expand Down

0 comments on commit 6c17f2e

Please sign in to comment.