From ec57e585306bf4134b92d9a5fcc54b81f5e3b9c2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 16 Apr 2018 17:21:42 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index bed255efa..6c8b9a0c3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -77,6 +77,7 @@ Fixed - Adding styles with GreaseMonkey on fast sites now works properly. - Window ID 0 is now excluded properly from `:tab-take` completion. - A rare crash when cancelling a download has been fixed. +- The Makefile (intended for packagers) now supports `PREFIX` properly. v1.2.1 ------