diff --git a/doc/changelog b/doc/changelog index 5e406d0..d5f0c24 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,3 +1,16 @@ +python-djvulibre (0.9.0) unstable; urgency=low + + [ FriedrichFroebel ] + * Port to Python 3. At least Python 3.6 is required now. + * Conform to PEP8 coding style. + * Set Cython language level to 3. + * Remove unused/unsupported djvu.dllpath. + * Add support for Cython 3.0 and Python 3.12. + + Require Cython >= 0.28. + + Drop support for DjVuLibre < 3.5.26. + + -- FriedrichFroebel <> Wed, 02 Aug 2023 18:37:08 +0200 + python-djvulibre (0.8.8) unstable; urgency=low * Fix possible integer overflow in djvu.decode.PageJob.render().