From 5cef0aef92f6a6edbb3ece891a14b771c4cab9f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 May 2021 18:19:34 +0530 Subject: [PATCH] Update changelog for last PR --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e2c32324e..8b4754e6a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,9 @@ To update |kitty|, :doc:`follow the instructions `. - macOS: Fix rendering getting stuck on some machines after sleep/screensaver (:iss:`2016`) +- macOS: Add a new ``Shell`` menu to the global menubar with some commonly used + actions (:pull:`3653`) + - Add a few more special commandline arguments for the launch command. Now all ``KITTY_PIPE_DATA`` is also available via command line argument substitution (:iss:`3593`)