From ae6fa8c625eb8aace55d082d86af353eb719c0ed Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 1 Mar 2023 22:19:13 -0800 Subject: [PATCH] Updated the ChangeLog for 0.1.1. --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 16cf8f0..19e589e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +### 0.1.1 / 2023-03-01 + +#### CLI + +* Allow {Ronin::Core::CLI::Shell} and {Ronin::Core::CLI::CommandShell} to + rescue interrupts while a shell command is running, and not exit from the + shell. + ### 0.1.0 / 2023-02-01 * Initial release: