2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-27 16:03:23 +00:00

chore: update changelog

This commit is contained in:
sammyette 2024-07-20 09:30:41 -04:00
parent b0f65a26f4
commit ce13ae9446
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -33,6 +33,7 @@ hilbish.run('wc -l', {
- `exec` command should return if no arg presented - `exec` command should return if no arg presented
- Commanders can now be cancelled by Ctrl-C and wont hang the shell anymore. - Commanders can now be cancelled by Ctrl-C and wont hang the shell anymore.
See [issue 198](https://github.com/Rosettea/Hilbish/issues/198). 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 ## [2.2.3] - 2024-04-27
### Fixed ### Fixed