==========================
**Minor:**
* Workaround GCC/clang bug with huge compile times. (1248)
* Support DPI open arrays. (909) (1245) [David Pierce, Victor Besyakov]
* Add INFINITELOOP warning. (1254) [Alex Solomatnikov]
* Support > 64 bit decimal $display.
* Support DPI time and svLogicVal. [Victor Besyakov]
Note older version incorrectly assumed svBitVal even for logicals.
* Support string len() method. [Victor Besyakov]
* Add error if always_comb has sensitivity list. [Arjen Roodselaar]
* Fix SystemC 2.3.2 compile error. (1251) [Tymoteusz Blazejczyk]
* Fix modport outputs being treated as inputs. (1246) [Jeff Bush]
* Fix false ALWCOMBORDER on interface references. (1247) [Josh Redford]
* Fix constant propagation across DPI imports of inout strings. [Victor Besyakov]
* Fix resolving inline nested interface names. (1250) [Arjen Roodselaar]
* Fix GCC false warning on array bounds. (2386)