From 1787ec038b3e6a8289401fe41451e477f3deeeb1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Oct 2020 18:18:59 +0300 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0c12d35b5..16f0e5a44 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,9 +2,33 @@ Changelog (Pillow) ================== -8.0.0 (unreleased) +8.0.0 (2020-10-15) ------------------ +- Add support for 16-bit precision JPEG quantization values #4918 + [gofr] + +- Added reading of IFD tag type #4979 + [radarhere] + +- Initialize offset memory for PyImagingPhotoPut #4806 + [nqbit] + +- Fix TiffDecode comparison warnings #4756 + [nulano] + +- Docs: Add dark mode #4968 + [hugovk, nulano] + +- Added macOS SDK install path to library and include directories #4974 + [radarhere, fxcoudert] + +- Imaging.h: prevent confusion with system #4923 + [ax3l, ,radarhere] + +- Avoid using pkg_resources in PIL.features.pilinfo #4975 + [nulano] + - Add getlength and getbbox functions for TrueType fonts #4959 [nulano, radarhere, hugovk]