From 01644ac3f0b2bfac9b3c4c8b725f14ec962f1d48 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 15 Jan 2020 08:05:12 +0530 Subject: [PATCH] Changelog entry for marks --- docs/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 74f1d0890..e7102c2f0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,11 @@ To update |kitty|, :doc:`follow the instructions `. 0.15.2 [future] -------------------- +- A new :doc:`marks` feature that allows highlighting and scrolling to arbitrary + text in the terminal window. + - hints kitten: Allow pressing :sc:`goto_file_line` to quickly open - the selected file at the selected line in vim (:iss:`2268`) + the selected file at the selected line in vim or a configurable editor (:iss:`2268`) - Allow choosing OpenType features for individual fonts via the :opt:`font_features` option.