From 554ce14a4875d97f5d8df7415cf3b03e8674fbea Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 23 Dec 2022 20:37:15 -0800 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 53fb09c9..c4e22afa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,15 @@ Revisions --------- +2022.12.24 + +- Pass 6512 tests. +- Fix PNG codec error handling. +- Fix truncated transferfunctions in cms_profile (#57). +- Fix exceptions not raised in cdef functions not returning Python object. + 2022.12.22 -- Pass 6510 tests. - Require libtiff 4.5 (breaking). - Require libavif 0.11 (breaking). - Change jpegxl_encode level parameter to resemble libjpeg quality (breaking).