Change pre/code to head and items

This commit is contained in:
Max Base 2022-04-11 11:53:03 +04:30 committed by GitHub
parent 98e8e6df33
commit ee59485683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4785,10 +4785,10 @@ Changelog (Pillow)
[aclark4life]
Pre-fork
--------
========
0.2b5-1.1.7
+++++++++++
-----------
::
@ -4822,7 +4822,7 @@ Pre-fork
Ka-Ping Yee, and many others (if your name should be on this list, let
me know.)
*** Changes from release 1.1.6 to 1.1.7 ***
Changes from release 1.1.6 to 1.1.7 ***
This section may not be fully complete. For changes since this file
was last updated, see the repository revision history:
@ -5747,7 +5747,8 @@ Pre-fork
appropriate), rather than writing weird things to disk for
"xv" to choke upon. (bug reported by Les Schaffer).
(1.0b2 released)
1.0b2 released
--------------
+ Major speedups for rotate, transform(EXTENT), and transform(AFFINE)
when using nearest neighbour resampling.
@ -5823,7 +5824,8 @@ Pre-fork
+ Fixed -f option to "pilconvert.py" (from Anthony Baxter)
(1.0b1 released)
1.0b1 released
--------------
+ Added Toby J. Sargeant's quantization package. To enable
quantization, use the "palette" option to "convert":
@ -5897,9 +5899,8 @@ Pre-fork
"paste" (and other methods that modify an image in place) on a
newly opened file.
*** Changes from release 0.2 (b5) to 0.3 (b2) ***
(0.3b2 released)
0.3b2 released
--------------
The test suite includes 825 individual tests.
@ -5950,7 +5951,8 @@ Pre-fork
to "YCbCr" (!)
*** WARNING: MAY BREAK EXISTING CODE ***
(0.3b1 released)
0.3b1 released
--------------
The test suite includes 750 individual tests.
@ -6013,7 +6015,8 @@ Pre-fork
+ Various minor fixes.
(0.3a4 released)
0.3a4 released
--------------
+ Added experimental IPTC/NAA support.
@ -6033,7 +6036,8 @@ Pre-fork
+ Fixed "fromstring" and "tostring" for mode "I" images.
(0.3a3 released)
0.3a3 released
--------------
The test suite includes 530 individual tests.
@ -6073,7 +6077,8 @@ Pre-fork
+ Fixed a potential buffer overrun in the GIF encoder.
(0.3a2 released)
0.3a2 released
--------------
The test suite includes 400 individual tests.
@ -6103,13 +6108,15 @@ Pre-fork
+ Removed bogus references to the crack coder (ImagingCrack).
(0.3a1 released)
0.3a1 released
--------------
+ Make sure image is loaded in "tostring".
+ Added floating point packer (native 32-bit floats only).
*** Changes from release 0.1b1 to 0.2 (b5) ***
0.1b1 to 0.2 (b5)
------------
+ Modified "fromstring" and "tostring" methods to use file codecs.
Also added "fromstring" factory method to create an image directly
@ -6122,7 +6129,8 @@ Pre-fork
see the section on "Decoding Floating Point Data" in the handbook
for more information.
(0.2b5 released; on windows only)
0.2b5 released; on windows only
-------------------------------
+ Fixed the tobitmap() method to work properly for small bitmaps.
@ -6330,7 +6338,8 @@ Pre-fork
+ Added XPM (X pixmap) read support.
(0.2b3 released)
0.2b3 released
--------------
+ Added MNG (multi-image network graphics) read support. "Ming"
is a proposed animation standard, based on the PNG file format.
@ -6367,8 +6376,8 @@ Pre-fork
+ The test images have been moved to the "Images" directory.
(0.2b2 released)
(0.2b1 released; Windows only)
0.2b2, 0.2b1 released; Windows only
-----------------------------------
+ Fixed filling of complex polygons. The ImageDraw "line" and
"polygon" methods also accept Path objects.
@ -6412,7 +6421,8 @@ Pre-fork
+ More conversions, including "RGB" to "1" and more.
(0.2a1 released)
0.2a1 released
--------------
+ Where earlier versions accepted lists, this version accepts arbitrary
Python sequences (including strings, in some cases). A few resource
@ -6507,7 +6517,8 @@ Pre-fork
+ Only the Image module imports _imaging directly. Other modules
should refer to the binding module as "Image.core".
*** Changes from release 0.0 to 0.1 (b1) ***
0.0 to 0.1 (b1)
------------
+ A handbook is available (distributed separately).