diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bbfbc204b..0e74a0f4c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -14,8 +14,8 @@ This project adheres to http://semver.org/[Semantic Versioning]. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. -v0.10.0 -------- +v0.10.0 (unreleased) +-------------------- Changed ~~~~~~~ @@ -23,6 +23,15 @@ Changed - Scrolling with the scrollwheel while holding shift now scrolls sideways +v0.9.1 +------ + +Fixed +~~~~~ + +- Prevent websites from downloading files to a location outside of the download + folder with QtWebEngine. + v0.9.0 ------