From b38c4bd7d61b1ccc99e9fc5c81c9179a53ce38c3 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 7 Mar 2026 08:00:10 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index c166d65f0..918e59c8a 100644 --- a/Changes +++ b/Changes @@ -22,10 +22,12 @@ Verilator 5.047 devel * Support soft constraint solving (#7124) (#7166). [Yilou Wang] * Support constraints on fixed-size array of class object members (#7170) (#7183). [Yilou Wang] * Support Z non-blocking assignment (#7192) (#496) (#7197). [Nick Brereton] +* Support constraint `with` item.index array reduction (#7198). [Rahul Behl] * Add VPI callback support to --main (#7145). * Add V3LiftExpr pass to lower impure expressions and calls (#7141) (#7164). [Geza Lore, Testorrent USA, Inc.] * Add --func-recursion-depth CLI option (#7175) (#7179). * Improve assignment-compatibility type check (#2843) (#5666) (#7052). [Pawel Kojma, Antmicro Ltd.] +* Change array tracing to dump left index to right index (#7205). [Geza Lore, Testorrent USA, Inc.] * Optimize size of trace declaration object code (#7150). [Szymon Gizler, Antmicro Ltd.] * Optimize function call return value temporaries (#7152). [Geza Lore, Testorrent USA, Inc.] * Optimize conditional merging across some impure statements (#7159). [Geza Lore, Testorrent USA, Inc.]