From fa9208ccdd4b67aa981061d6adccf34b57407742 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 17 Mar 2017 18:33:49 -0400 Subject: [PATCH] Fix ugly interface-to-non-interface errors, bug1112. --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index cd3b90d80..5ee8a1c68 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,8 @@ The contributors that suggested a given feature are shown in []. Thanks! **** Fix 2009 localparam syntax, msg2139. [Galen Seitz] +**** Fix ugly interface-to-non-interface errors, bug1112. [Johan Bjork] + **** Fix LDFLAGS and CFLAGS not preserving order, bug1130. [Olof Kindgren] **** Fix internal error on initializing parameter array, bug1131. [Jie Xu]