From 69874edc80c0dbbb9fdc3dc41cc5b9c571d24d1f Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Tue, 17 Aug 2021 09:46:59 -0600 Subject: [PATCH] add missing changelog entries --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7252a..a10d686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ literal (e.g., `1'b01`, `'h0_FFFF_FFFF`) now produce a warning * Non-positive integer size casts are now detected and forbidden * Negative indices in struct pattern literals are now detected and forbidden +* Fix parsing of alternate spacings of `@(*)` +* Tolerate escaped vendor block comments in macro bodies +* Support deferred immediate assertion statements +* Apply implicit port directions to tasks and functions ## v0.0.8