Skip to content

Commit ea24341

Browse files
committed
Use bold syntax
1 parent 5a8b8b9 commit ea24341

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5976,7 +5976,7 @@ The test suite includes 825 individual tests.
59765976

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

59815981
0.3b1
59825982
-----
@@ -5994,7 +5994,7 @@ The test suite includes 750 individual tests.
59945994

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

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

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

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

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

0 commit comments

Comments
 (0)