Updated changelog

There's no easy way to classify all the exception handling fixes
implemented in this branch, so I'm just going with this...
This commit is contained in:
Caleb Stewart 2021-06-18 18:44:23 -04:00
parent 650231f30a
commit cce789c99d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ and simply didn't have the time to go back and retroactively create one.
### Changed ### Changed
- Changed session tracking so session IDs aren't reused - Changed session tracking so session IDs aren't reused
- Changed zsh prompt to match CWD of other shell prompts - Changed zsh prompt to match CWD of other shell prompts
- Improved exception handling in `Manager.interactive` ([#133](https://github.com/calebstewart/pwncat/issues/133)) - Improved exception handling throughout framework ([#133](https://github.com/calebstewart/pwncat/issues/133))
- Added explicit permission checks when opening files - Added explicit permission checks when opening files
## [0.4.2] - 2021-06-15 ## [0.4.2] - 2021-06-15