Commentary

This commit is contained in:
Wilson Snyder 2020-10-14 07:30:15 -04:00
parent e3cf5c07e4
commit 79b1b07fcd

10
Changes
View File

@ -11,6 +11,14 @@ The contributors that suggested a given feature are shown in []. Thanks!
**** Support 'this' (#2585). [Rafal Kapuscik]
**** Support defines for FST tracing (#2592). [Markus Krause]
**** Support |=> inside properties (#1292). [Peter Monsson]
**** Fix timescale with --hierarchical (#2554). [Yutetsu TAKATSUKASA]
**** Fix cmake build with --hierarchical (#2560). [Yutetsu TAKATSUKASA]
**** Fix -G dropping public indication (#2561). [Andrew Goessling]
**** Fix $urandom_range passed variable (#2563). [nanduraj1]
@ -19,6 +27,8 @@ The contributors that suggested a given feature are shown in []. Thanks!
**** Fix class wide member display (#2567). [Nandu Raj P]
**** Fix hierarchical references inside function (#2267) (#2572). [James Pallister]
**** Fix flushCall for backward compatibility (#2580). [chenguokai]
**** Fix preprocessor stringify of undefined macro. [Martin Whitaker]