From cce789c99dff6da0e140a6b2c0227d193f9ee530 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Fri, 18 Jun 2021 18:44:23 -0400 Subject: [PATCH] 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... --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb20059..4f5a106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and simply didn't have the time to go back and retroactively create one. ### Changed - Changed session tracking so session IDs aren't reused - 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 ## [0.4.2] - 2021-06-15