Skip to content

Commit

Permalink
Use bold syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 27, 2022
1 parent 5a8b8b9 commit ea24341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5976,7 +5976,7 @@ The test suite includes 825 individual tests.

- Changed mode name (and internal representation) from "YCrCb"
to "YCbCr" (!)
*** WARNING: MAY BREAK EXISTING CODE ***
**WARNING: MAY BREAK EXISTING CODE**

0.3b1
-----
Expand All @@ -5994,7 +5994,7 @@ The test suite includes 750 individual tests.

- The default string format has changed for the "fromstring"
and "tostring" methods.
*** WARNING: MAY BREAK EXISTING CODE ***
**WARNING: MAY BREAK EXISTING CODE**

NOTE: If no extra arguments are given, the first line in
the string buffer is the top line of the image, instead of
Expand Down Expand Up @@ -6174,7 +6174,7 @@ The test suite includes 400 individual tests.
- The PhotoImage code in ImageTk now uses a Tcl command ("PyImagingPaste")
instead of a special image type. This gives somewhat better performance,
and also allows PIL to support transparency.
*** WARNING: TKAPPINIT MUST BE MODIFIED ***
**WARNING: TKAPPINIT MUST BE MODIFIED**

- ImageTk now honours the alpha layer in RGBA images. Only fully
transparent pixels are made transparent (that is, the alpha layer
Expand Down Expand Up @@ -6241,7 +6241,7 @@ The test suite includes 400 individual tests.

- PIL only scans fully-qualified directory names in the path when
looking for plugins.
*** WARNING: MAY BREAK EXISTING CODE ***
**WARNING: MAY BREAK EXISTING CODE**

- Faster implementation of "save" used when filename is given,
or when file object has "fileno" and "flush" methods.
Expand Down

0 comments on commit ea24341

Please sign in to comment.