diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 0b5c31b29..6a41bdb4e 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -55,6 +55,8 @@ Changed - If the `window.hide_wayland_decoration` setting is False, but `QT_WAYLAND_DISABLE_WINDOWDECORATION` is set in the environment, the decorations are still hidden. +- The `install_dict.py` script for QtWebEngine was renamed to `dictcli.py` and + can now also upgrade dictionaries correctly. Fixed ~~~~~