From 895ac26d43cf014922be3f9ade048f4f8862c111 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 24 Apr 2019 11:28:56 +0200 Subject: [PATCH] Update changelog.rst to reflect change to disable_ligatures config option In 934336e64278dae88ab87aa75c9bf553a5931fa6, the config option `disable_ligatures_under_cursor` was renamed to `disable_ligatures` and the behaviour of that option was altered so that it is now possible to disable ligatures completely. This commit reflects that change in changelog.rst --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ac35943c8..fb6bca90a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,7 +22,7 @@ To update |kitty|, :doc:`follow the instructions `. - Add an option :opt:`disable_ligatures` to disable multi-character ligatures under the cursor to make editing easier - (:iss:`461`) + or disable them completely (:iss:`461`) - Allow creating new OS windows in session files (:iss:`1514`)