From 824bf8d5b6b1ee2dfbd61963f62c1a898d11a4fe Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Jan 2019 11:50:20 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index ea04a8262..ceab9d043 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -25,6 +25,7 @@ Added opened from a page should stack on each other or not. - New `completion.open_categories` setting which allows to configure which categories are shown in the `:open` completion, and how they are ordered. +- New `tabs.pinned.frozen` setting to allow/deny navigating in pinned tabs. - New config manipulation commands: * `:config-dict-add` and `:config-list-add` to a new element to a dict/list setting.