From c62ed27e0bc8c5a2de7497124aa0cb0c7a960075 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 5 Jan 2026 22:59:30 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 3709efc64..328f4abd8 100644 --- a/Changes +++ b/Changes @@ -13,9 +13,12 @@ Verilator 5.045 devel **Other:** +* Support complex expressions as std::randomize arguments (#6860). [Jakub Wasilewski, Antmicro Ltd.] * Remove deprecated `--xml-only`. * Remove deprecated `--make cmake`. +* Fix variable reference lookup for module-level variables (#6741) (#6882). [Yilou Wang] * Fix MULTIDRIVEN with task and default driver (#4045) (#6858). [em2machine] +* Fix use-after-free error (#6846). [Matthew Ballance] * Fix dynamic array elements passed to ref argument (#6877). [Ryszard Rozak, Antmicro Ltd.]