From 722e38f5321e002689cdc533ddb09a30b570fcc1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 11 Dec 2022 13:30:00 -0500 Subject: [PATCH] Commentary, part of last commit (#3783) --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index fbba7fd90..fdfcac42b 100644 --- a/Changes +++ b/Changes @@ -19,7 +19,7 @@ Verilator 5.003 devel * Support pre_randomize and post_randomize. * Support $timeunit and $timeprecision. * Support assignment expressions. -* Add ENUMVALUE warning when value misused for enum (#726) (#3777). +* Add ENUMVALUE warning when value misused for enum (#726) (#3777) (#3783). * Internal AST improvements, also affect XML format (#3721). [Geza Lore] * Change ENDLABEL from warning into an error. * Deprecate verilated_fst_sc.cpp and verilated_vcd_sc.cpp.