From 53f7eebc4d3d2f01a5d431156bac13264d25c9c1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Feb 2020 08:04:18 +0530 Subject: [PATCH] Add changelog entry --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1d9212c4e..d7bd06d82 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,9 @@ To update |kitty|, :doc:`follow the instructions `. - unicode input kitten: Allow pressing :kbd:`ctrl+tab` to change the input mode (:iss:`2343`) +- Fix a bug that prevented using custom functions with the new marks feature + (:iss:`2344`) + 0.16.0 [2020-01-28] --------------------