summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-01 21:05:58 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-01 21:05:58 +0100
commitb986f1fdccf971d71a70b0ee85d6ef92d80441d4 (patch)
treeceedefbfcff0f6af4cf9e234682886eb8bf14ccb
parentf8a2cad9aa054d16b899e6644f139467d4f8a8ca (diff)
downloadqutebrowser-b986f1fdccf971d71a70b0ee85d6ef92d80441d4.tar.gz
qutebrowser-b986f1fdccf971d71a70b0ee85d6ef92d80441d4.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c23d94a05..434878182 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -48,6 +48,10 @@ Changed
QtWebEngine version.
- When doing `:hint links yank --rapid`, the messages shown now replace each
other, thus being less noisy.
+- Newlines in JavaScript messages (`confirm`, `prompt` and `alert`) are now
+ preserved.
+- Messages in prompts are now word-wrapped rather than displaying them in one
+ long line.
Fixed
~~~~~