From 3d77950b45077a7a224b8274414d3a67a4458b8f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Jul 2024 19:16:05 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7fd30752e..b8150bd80 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -72,7 +72,7 @@ Detailed list of changes - A new ``choose-fonts`` kitten that provides a UI with font previews to ease selection of fonts. Also has support for font features and variable fonts. -- Add NERD fonts builtin so that users don't have to install them to use NERD symbols in kitty +- Add NERD fonts builtin so that users don't have to install them to use NERD symbols in kitty. The builtin font is used only if the symbols are not available in some system font. - Wayland: Allow fractional scales less than one (:pull:`7549`)