From 592dab2bdbf4bbc1844c80098e3373dfc0bd1fd6 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 31 Aug 2022 19:27:43 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index b0e545ccd..27e8beee7 100644 --- a/Changes +++ b/Changes @@ -14,15 +14,30 @@ Verilator 4.225 devel **Minor:** * Add --future0 and --future1 options. -* Improve Verilation speed with --threads on large designs. [Geza Lore] +* Support class parameters (#2231) (#3541). [Arkadiusz Kozdra] +* Support wildcard index associative arrays (#3501). [Arkadiusz Kozdra] +* Support negated properties (#3572). [Aleksander Kiryk] +* Support $test$plusargs(expr) (#3489). * Rename trace rolloverSize() (#3570). +* Improve Verilation speed with --threads on large designs. [Geza Lore] +* Fix struct pattern assignment (#2328) (#3517). [Mostafa Gamal] +* Fix public combo propagation issues (#2905). [Todd Strader] +* Fix incorrect tristate logic (#3399) [shareefj, Vighnesh Iyer] * Fix incorrect bit op tree optimization (#3470). [algrobman] +* Fix bisonpre for MSYS2 (#3471). +* Fix max memory usage (#3483). [Kamil Rakoczy] * Fix empty string arguments to display (#3484). [Grulfen] * Fix table misoptimizing away display (#3488). [Stefan Post] +* Fix unique_ptr memory header for MinGW64 (#3493). +* Fix $dump systemtask with --output-split-cfuncs (#3495) (#3497). [Varun Koyyalagunta] * Fix wrong bit op tree optimization (#3509). [Nathan Graybeal] -* Fix incorrect tristate logic (#3399) [shareefj, Vighnesh Iyer] +* Fix nested default assignment for struct pattern (#3511) (#3524). [Mostafa Gamal] +* Fix sformat string incorrectly cleared (#3515) (#3519). [Gustav Svensk] * Fix segfault exporting non-existant package (#3535). +* Fix void-cast queue pop_front or pop_back (#3542) (#3364). [Drew Ranck] * Fix case statement comparing string literal (#3544). [Gustav Svensk] +* Fix === with some tristate constants (#3551). [Ryszard Rozak] +* Fix converting subclasses to string (#3552). [Arkadiusz Kozdra] * Fix --hierarchical with order-based pin connections (#3583) (#3585). [Kelin9298]