From 8cd9cdea843edb73316e6e0dfa506e79b5337ffd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 19 Nov 2017 14:11:20 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 24fd41b4f..584984ab7 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -43,8 +43,9 @@ Added completion item text. - New `tabs.pinned.shrink` setting to (`true` by default) to make it possible for pinned tabs and normal tabs to have the same size. -_ New `content.windowed_fullscreen` setting to show e.g. a fullscreened video in +- New `content.windowed_fullscreen` setting to show e.g. a fullscreened video in the window without fullscreening that window. +- New `:edit-command` command to edit the commandline in an editor. Changed ~~~~~~~