From 1b7bfde4587cf6ea66e54208760b20ef0ac142ce Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 10 Oct 2024 10:55:14 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 22cc3ab..104d300 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,9 @@ ## Upcoming Changes +Proper handling of Ctrl+C (SIGINT). This prevents temporary files from +persisting by doing a proper cleanup before stopping the program. + ## Version 1.1 More robust handling of de/compression process (handling SIGPIPE).