From 6a12c4d02aecbe0715ec2c44e973e0cf9955008f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 29 Jan 2023 16:57:30 -0500 Subject: [PATCH] Commentary: Changes update --- Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changes b/Changes index 3a52d1e32..381024239 100644 --- a/Changes +++ b/Changes @@ -13,9 +13,14 @@ Verilator 5.007 devel **Minor:** +* Add --verilate-jobs option (#3889). [Kamil Rakoczy, Antmicro Ltd] * Support unpacked unions. * Support interface classes and class implements. * Support global clocking and $global_clock. +* Support struct I/O in --lib-create (#3378) (#3892). [Varun Koyyalagunta] +* Support function calls without parenthesis (#3903) (#3902). [Ryszard Rozak, Antmicro Ltd] +* Support class extending its parameter (#3904). [Ryszard Rozak, Antmicro Ltd] +* Support static function variables (#3830). [Ryszard Rozak, Antmicro Ltd] * Fix real parameters of infinity and NaN. * Fix pattern assignment to unpacked structs (#3510). [Mostafa Garnal]