Commentary, fix typo (#3121)

This commit is contained in:
Wilson Snyder 2022-05-15 11:14:07 -04:00
parent c8102c8ffe
commit 7f1a9239ab

View File

@ -14,7 +14,7 @@ Verilator 4.223 devel
**Minor:**
* Support compile time trace signal selection with tracing_on/off (#3323). [Shunyao CAD]
* Add assert when VerilatedContext is mis-deleted (#3121). [Ruptert Swarbrick]
* Add assert when VerilatedContext is mis-deleted (#3121). [Rupert Swarbrick]
* Fix hang with large case statement optimization (#3405). [Mike Urbach]
* Fix 'with' operator with type casting (#3387). [xiak95]