From c4b3bbd05714adcb396531717af7a7de7d27fb3e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 Feb 2022 06:55:53 +0530 Subject: [PATCH] Update changelog for previous PR Fixes #4657 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c808f84d1..87f2564e0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -125,6 +125,8 @@ Detailed list of changes - Fix symbol/PUA glyphs loaded via :opt:`symbol_map` instead of as fallbacks not using following spaces to render larger versions (:iss:`4670`) +- macOS: Fix regression in previous release that caused Apple's global shortcuts to not work if they had never been configured on a particular machine (:iss:`4657`) + 0.24.2 [2022-02-03] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~