Update changelog

This commit is contained in:
Florian Bruhin 2018-06-07 14:35:09 +02:00
parent 89f4333df1
commit 9b795c5257

View File

@ -42,10 +42,12 @@ v1.3.2 (unreleased)
Fixed
~~~~~
- Improved workaround for a bug in Qt 5.11 where only the top/bottom half of
the window is used.
- Work around a bug in Qt 5.11 where an endless loading-loop is triggered when
clicking a link with an unknown scheme.
- QtWebEngine: Improved workaround for a bug in Qt 5.11 where only the
top/bottom half of the window is used.
- QtWebEngine: Work around a bug in Qt 5.11 where an endless loading-loop is
triggered when clicking a link with an unknown scheme.
- QtWebEngine: It's now possible to open external links such as `magnet://` or
`mailto:` via hints.
v1.3.1
------