From ddc64421df78f2434dc4ca465f946b32538f114e Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Tue, 3 Dec 2024 18:20:14 +0900 Subject: [PATCH] release_note: wrote `$MATCH` --- release_note.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release_note.md b/release_note.md index b480632..969b3b9 100644 --- a/release_note.md +++ b/release_note.md @@ -2,6 +2,7 @@ - On gmnlisp changes - Support unicode character literal `#\U3042` like CommonLisp - Implement `(setenv "NAME" "VALUE")` +- Implement `$MATCH` - the matching string in the block of `(expect*)` v0.1.0 ======