From 307f98d879a4f5471bdfa1776d92817c71ec6ee0 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 24 Jan 2024 13:34:15 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40f18f6..fdb7db84 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * fix `string-set!` to mutate the string and work on any expression * fix tokenizing regex that ends with hash * fix bookmark on SRFI-210 document [#287](https://github.com/jcubic/lips/issues/287) +* fix `syntax-rules` in macro `define-value` [#290](https://github.com/jcubic/lips/issues/290) ## 1.0.0-beta.18 ### Breaking