From 1f2a3fa4597a3c621ce2ca00eb38026646a1f549 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Wed, 22 May 2024 23:15:33 -0700 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 92f95a7..d32ef0d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,21 @@ Revisions --------- +2024.5.22 + +- Pass 5084 tests. +- Derive TiffPages, TiffPageSeries, FileSequence, StoredShape from Sequence. +- Truncate circular IFD chain, do not raise TiffFileError (breaking). +- Deprecate access to TiffPages.pages and FileSequence.files. +- Enable DeprecationWarning for enums in TIFF namespace. +- Remove some deprecated code (breaking). +- Add iccprofile property to TiffPage and parameter to TiffWriter.write. +- Do not detect VSI as SIS format. +- Limit length of logged exception messages. +- Work around GitHub not rendering docstring examples (#254, #255). + 2024.5.10 -- Pass 5082 tests. - Support reading JPEGXL compression in DNG 1.7. - Read invalid TIFF created by IDEAS software.