Skip to content

Commit 509f494

Browse files
authored
Merge pull request #6680 from radarhere/releasenotes
Added release notes for #6678
2 parents 89bc4be + 6c17f2e commit 509f494

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

docs/releasenotes/9.3.0.rst

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44
Backwards Incompatible Changes
55
==============================
66

7-
TODO
8-
^^^^
9-
10-
Deprecations
11-
============
12-
13-
TODO
14-
^^^^
15-
16-
TODO
17-
18-
API Changes
19-
===========
20-
21-
TODO
22-
^^^^
23-
24-
TODO
25-
267
API Additions
278
=============
289

@@ -55,10 +36,14 @@ Additional images can also be appended when saving, by combining the
5536
Security
5637
========
5738

58-
TODO
59-
^^^^
39+
Decode JPEG compressed BLP1 data in original mode
40+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6041

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

6348
Other Changes
6449
=============

0 commit comments

Comments
 (0)