Skip to content

Commit

Permalink
Merge pull request #6680 from radarhere/releasenotes
Browse files Browse the repository at this point in the history
Added release notes for #6678
  • Loading branch information
hugovk committed Oct 24, 2022
2 parents 89bc4be + 6c17f2e commit 509f494
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 509f494

Please sign in to comment.