From 70814fa11a242ba2ba5952f710779cdb8132a374 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Jan 2025 12:33:58 -0500 Subject: [PATCH] Commentary: Add `--public-ignore` to ignore public metacomments (#5716). --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index f5ab6f4e2..5d5ab3be9 100644 --- a/Changes +++ b/Changes @@ -14,7 +14,7 @@ Verilator 5.033 devel **Minor:** * Add `COVERIGN` warning, as a more specific UNSUPPORTED error. -* Add `--public-ignore` to ignore public metacomments (#7819). [Andrew Nolte] +* Add `--public-ignore` to ignore public metacomments (#5716). [Andrew Nolte] * Add lint error on importing package within a class (#5634) (#5679). [Nick Brereton] * Support multidimensional array access via VPI (#2812) (#5573). [Krzysztof Starecki] * Support generated classes (#5665). [Shou-Li Hsu]