From 8dec5b01430a1c80d91555b9fafa5fc459ba841a Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Thu, 5 Dec 2024 13:59:05 +0900 Subject: [PATCH] release_note: wrote about expect --- release_note.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_note.md b/release_note.md index 41b8297..e0ee9b2 100644 --- a/release_note.md +++ b/release_note.md @@ -4,6 +4,7 @@ - `args` → `ARGV` - `$PROGRAM_NAME` → `PROGRAM-NAME` - `$EXECUTABLE_NAME` → `EXECUTABLE-NAME` +- Fix: expect: when monitoring words were output in succession, the latter was sometimes overlooked v0.2.0 ======