From e43c3118d48bd8146c7a09e92e2564dd8d5f6321 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 31 Jan 2021 12:14:36 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 023c6f5f6..10b0b2257 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,7 +14,7 @@ To update |kitty|, :doc:`follow the instructions `. - **Backward incompatibility**: Session files now use the full :doc:`launch ` command with all its capabilities. However, the syntax of the command is slightly different from before. In particular watchers are now specified - directly on launch and env vars are set using ``--env``. + directly on launch and environment variables are set using ``--env``. - Allow setting colors when creating windows using the :doc:`launch ` command.