diff --git a/Changes b/Changes index 0b16e32a8..86fd3d1b2 100644 --- a/Changes +++ b/Changes @@ -14,6 +14,7 @@ Verilator 5.047 devel **Other:** * Support soft constraint solving (#7124) (#7166). [Yilou Wang] +* Support constraints on fixed-size array of class object members (#7170) (#7183). [Yilou Wang] * Add VPI callback support to --main (#7145). * Add V3LiftExpr pass to lower impure expressions and calls (#7141) (#7164). [Geza Lore, Testorrent USA, Inc.] * Improve assignment-compatibility type check (#2843) (#5666) (#7052). [Pawel Kojma, Antmicro Ltd.] @@ -21,6 +22,7 @@ Verilator 5.047 devel * 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.] * Fix lambda coroutines (#6106) (#7135). [Nick Brereton] +* Fix interface localparam dependencies and arbitrary nesting (#6936) (#7128). [em2machine] * Fix errant integer promotion (#7012). [Todd Strader] * Fix scheduling non-determinism (#7120) (#7162) (#7165). [Geza Lore, Testorrent USA, Inc.] * Fix parameters inside std::randomize `with` clause (#7140). [Kamil Danecki, Antmicro Ltd.]