From c9441bd3e2cd8a8825b82b73bf4b63ac6418e27c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Dec 2018 11:00:07 +0530 Subject: [PATCH] Add a changelog entry for the dock menu item --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a344d75d..561ef2581 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,8 @@ Changelog - Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (:iss:`1210`) +- macOS: Add an entry to the dock menu to open a new OS window (:iss:`1242`) + - Fix changing :opt:`cursor_text_color` via remote control not working (:iss:`1229`)