From a02e07bfe829f998545217ef1430c8e6494199e5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Jul 2022 12:29:08 +0530 Subject: [PATCH] Add modify_fonts to the changelog Fixes #5265 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0f1db38d8..84195243a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,8 @@ Detailed list of changes - Reduce startup latency by ~50 milliseconds when running kittens via key-bindings or remote control (:iss:`5159`) +- A new option :opt:`modify_font` to adjust various font metrics like underline thickness, etc. (:pull:`5265`) + - Wayland: Fix a regression in the previous release that caused mouse cursor animation and keyboard repeat to stop working when switching seats (:iss:`5188`)