From 01e66ac3494981f546a9403468dd3a38952f0d16 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 4 May 2025 14:49:44 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5e407d7a1..49b7e80b6 100644 --- a/Changes +++ b/Changes @@ -16,9 +16,11 @@ Verilator 5.037 devel * Add BADVLTPRAGMA on unknown Verilator pragmas (#5945). [Shou-Li Hsu] * Add PROCINITASSIGN on initial assignments to process variables (#2481). [Niraj Menon] * Fix filename backslash escapes in C code (#5947). +* Fix C++ widths in V3Expand (#5953) (#5975). [Geza Lore] +* Fix constant propagation making upper bits Xs (#5955) (#5969). * Fix sign extension of signed compared with unsigned case items (#5968). -* Fix constant propagation making upper bits Xs (#5969). * Fix always processes ignoring $finish (#5971). [Hennadii Chernyshchyk] +* Fix streaming to/from packed arrays (#5976). [Geza Lore] Verilator 5.036 2025-04-27