Updated CHANGELOG.md

I am not sure about the changes I have made, please have a look yourself. I did follow `Keep a changelog`.
This commit is contained in:
Mitul16 2021-06-17 01:27:47 +05:30
parent eb18bf4e8d
commit 97ecf1eab1
1 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,18 @@ and simply didn't have the time to go back and retroactively create one.
## [Unreleased]
## [0.4.3] - 2021-06-17
Quick patch release introducing changes in the handling of `sessions` under `manager`
to use `Dict[int, Session]` instead, replacing `List[Session]`
allowing unique identification of each session by its ID
### Changed
- Changed session tracking so session IDs aren't reused
- Changed zsh prompt to match CWD of other shell prompts
### Fixed
- Fixed syntax for f-strings in escalation command
## [0.4.2] - 2021-06-15
Quick patch release due to corrected bug in `ChannelFile` which caused command
output to be empty in some situations.