From ce13ae94467d2af9c123a319a9d8d641c94ad541 Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 20 Jul 2024 09:30:41 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcee77d..b97e2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ hilbish.run('wc -l', { - `exec` command should return if no arg presented - Commanders can now be cancelled by Ctrl-C and wont hang the shell anymore. See [issue 198](https://github.com/Rosettea/Hilbish/issues/198). +- Shell interpreter can now preserve its environment and set PWD properly. ## [2.2.3] - 2024-04-27 ### Fixed