From 503d7791e98ab01b8804debf1305ca98c6b49a6e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Jun 2023 14:58:33 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 51c5204b6..abd7bd59d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -42,6 +42,8 @@ Detailed list of changes - A new kitten :ref:`run-shell ` to allow creating sub-shells with shell integration enabled +- A new option :opt:`background_blur` to blur the background for transparent windows (:pull:`6135`) + - The :option:`--hold` flag now holds the window open at a shell prompt instead of asking the user to press a key - A new option :opt:`text_fg_override_threshold` to force text colors to have high contrast regardless of color scheme (:pull:`6283`)