Allow deleting environment vars from the child environment using env

This commit is contained in:
Kovid Goyal
2021-09-16 08:43:17 +05:30
parent 69dc09489b
commit 66e2e60ac4
7 changed files with 37 additions and 14 deletions

View File

@@ -40,6 +40,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- hints kitten: Fix a regression that caused using the default open program
to trigger open actions instead of running the program (:iss:`3968`)
- Allow deleting environment variables in :opt:`env` by specifying
just the variable name, without a value
0.23.1 [2021-08-17]
----------------------