From 5be408b79f5a3588d2df1f7bf0d4941504d33698 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 10 Sep 2015 07:42:31 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 691c94408..b8508daf0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -60,12 +60,16 @@ Changed - The completion widget doesn't show a border anymore. - The tabbar doesn't display ugly arrows anymore if there isn't enough space for all tabs. +- Some insignificant Qt warnings which were printed on OS X are now hidden. Fixed ~~~~~ - Fixed a bug where cookies were saved despite qutebrowser being started in private browsing mode. +- The local socket used for inter-process communication (opening new instances) + is now ensured to only be accessible by the user on all operating systems. +- Various corner cases for inter-process communication issues got fixed. - `link_pyqt.py` now should work better on untested distributions. - Fixed various corner-cases with crashes when reading invalid config values and the history file.