From 62afbed3cd5fbcf9337111b87589b0a55ba87dec Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 19 Mar 2025 19:06:44 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index 38aceb51b..461438ff3 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,7 @@ Verilator 5.035 devel * Remove unused gtkwave/wavealloca.h. [Geza Lore] * Optimize automatic splitting of some packed variables (#5843). [Geza Lore] * Optimize trigger vector in whole words (#5857). [Geza Lore] +* Fix change detection at time 0 (#5499) (#5864). [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] @@ -42,6 +43,7 @@ Verilator 5.035 devel * 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 expression coverage on additional nodes (#5849 partial) (#5867). [Todd Strader] * Fix unresolved typedefs as parameters (#5850). [Eugene Feinberg, Brian Li] * Fix removal of callbacks no longer in current list (#5851) (#5852). [Gilberto Abram] * Fix segmentation fault on member compare (#5853).