From a51a4e2a6ea075dbf7ea8fc388b567ab79a943e3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Aug 2023 09:07:51 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 42d241c1b..cfe9200dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -42,6 +42,9 @@ Detailed list of changes - ssh kitten: A new configuration directive `to automatically forward the kitty remote control socket ` +- Allow :doc:`easily building kitty from source ` needing the installation of only C and Go compilers. + All other dependencies are automatically vendored + - kitten @ set-user-vars: New remote control command to set user variables on a window (:iss:`6502`)