release_notes: refine the description of (expect)

This commit is contained in:
HAYAMA_Kaoru
2024-12-05 14:22:07 +09:00
parent cf763d7642
commit 92b250d722
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
- `args``ARGV`
- `$PROGRAM_NAME``PROGRAM-NAME`
- `$EXECUTABLE_NAME``EXECUTABLE-NAME`
- expect: 監視語がたてつづけに出力された時、後のものを見逃す時があった点を修正
- `"A\nB"` を一括して出力された時、`(expect "A")` の後の `(expect "B")` が B を見逃す不具合を修正
v0.2.0
======