Update changelog

This commit is contained in:
Florian Bruhin 2018-10-31 09:13:38 +01:00
parent cac04d4001
commit 9645b2ed0d

View File

@ -59,6 +59,10 @@ Fixed
- Invalid hint length calculation in certain rare cases.
- Dragging tabs in the tab bar (which was broken in v1.5.0)
- Using Shift-Home in command mode now works properly.
- Workaround for a Qt bug which prevented
`content.cookies.accept = no-3rdparty` from working properly on some pages
like GMail. However, the default for `content.cookies.accept` is still `all`
to be in line with what other browsers do.
v1.5.2
------