diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-09-10 17:31:00 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-09-10 17:31:00 +0200 |
commit | 1c25bd11c141900de66dd9fea52dbbc45bc0cbe1 (patch) | |
tree | f48c49f803aff846f3a975ec4ab1a5a61bfcc2d6 | |
parent | 51e515f91ca94a3ce0f7831af26d8d68441064f7 (diff) | |
download | qutebrowser-1c25bd11c141900de66dd9fea52dbbc45bc0cbe1.tar.gz qutebrowser-1c25bd11c141900de66dd9fea52dbbc45bc0cbe1.zip |
Update changelog
-rw-r--r-- | doc/changelog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 971cfe135..5640e265f 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -56,6 +56,7 @@ Fixed - Fixed implicit type conversion warning with Python 3.8. - The desktop file now sets `StartupWMClass` correctly, so the qutebrowser icon is no longer shown twice in the Gnome dock when pinned. +- Bindings involving keys which need the AltGr key now work properly. v1.7.1 (unreleased) ------------------- |