From 78198d90e1aec304ebb06d8374f55b1c9028409b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 11 Mar 2025 17:49:19 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 1e53d5030..09cbff8eb 100644 --- a/Changes +++ b/Changes @@ -24,6 +24,7 @@ Verilator 5.035 devel * Add used language to `--preproc-resolve` output (#5795). [Kamil Rakoczy, Antmicro Ltd.] * Add empty veriuser.h for legacy compatibility. * Optimize automatic splitting of some packed variables (#5843). [Geza Lore] +* Fix foreach of associative array inside a constraint block (#5727) (#5841). [Yilou Wang] * Fix reset of automatic function variables (#5747). [Augustin Fabre] * Fix invalid code motion over branches (#5811) (#5814). [Geza Lore] * Fix sorting of wide SenItems (#5816). [Geza Lore] @@ -37,6 +38,8 @@ Verilator 5.035 devel * Fix assignment pattern as function argument (#5839) * Fix checking built-in method arguments (#5839) * Fix splitting of packed ports with non-zero based ranges (#5842). [Geza Lore] +* Fix NBA shared flag reuse (#5848). [Geza Lore] +* Fix removal of callbacks no longer in current list (#5851) (#5852). [Gilberto Abram] Verilator 5.034 2025-02-24