diff --git a/Changes b/Changes index 7a1acb363..385708ca3 100644 --- a/Changes +++ b/Changes @@ -23,6 +23,10 @@ Verilator 5.001 devel significant performance improvements on some designs. [Geza Lore, Shunyao CAD] * Add --binary option as alias of --main --exe --build --timing (#3625). +**Minor:** + +* Add error on real edge event control. + Verilator 4.228 2022-10-01 ========================== @@ -40,7 +44,6 @@ Verilator 4.228 2022-10-01 * Add --build-jobs, and rework arguments for -j (#3623). [Kamil Rakoczy] * Rename --bin to --build-dep-bin. * Rename debug flags --dumpi-tree, --dumpi-graph, etc. [Geza Lore] -* Add error on real edge event control. * Fix thread saftey in SystemC VL_ASSIGN_SBW/WSB (#3494) (#3513). [Mladen Slijepcevic] * Fix crash in gate optimization of circular logic (#3543). [Bill Flynn] * Fix arguments in non-static method call (#3547) (#3582). [Gustav Svensk]