From 7740bc138b7c01dda7bc46d49bd286a3bea84e38 Mon Sep 17 00:00:00 2001 From: pagedown Date: Sun, 6 Feb 2022 18:58:40 +0800 Subject: [PATCH] Add changelog entry for previous PR --- docs/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 083de6361..5d537dbe6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -79,7 +79,10 @@ Detailed list of changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - macOS: Allow kitty to handle various URL types. Can be configured via - :ref:`launch_actions` + :ref:`launch_actions` (:pull:`4618`) + +- macOS: Add a new service ``Open with kitty`` to open file types that are not + recognized by the system (:pull:`4641`) - Fix a regression in the previous release that broke :opt:`active_tab_foreground` (:iss:`4620`)