diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 66f1f576..a5f49460 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,14 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.8.0 +====== + +- Fixed issue where only the first PNG (FlateDecode) image in a file would be + considered for optimization. File sizes should be improved from here on. +- Fixed a startup crash when the chosen language was Japanese (#543). +- Added options to configure polling and log level to watcher.py. + v9.7.2 ======