From 272012ea5c96489d6b1fdc74c4abec4ef0092324 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 7 Aug 2018 13:08:09 +0300 Subject: [PATCH] Update CHANGELOG Signed-off-by: Rudi Grinberg --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a28e1a7c..bdee80ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,8 +9,12 @@ next - Fix duplicate profile argument in suggested command when an external library is missing (#1109, #1106, @emillon) -- Fix #1107. `-opaque` wasn't correctly being added to modules without - an interface. (#1108, fix #1107, @rgrinberg) +- `-opaque` wasn't correctly being added to modules without an interface. + (#1108, fix #1107, @rgrinberg) + +- Fix validation of library `name` fields and make sure this validation also + applies when the `name` is derived from the `public_name`. (#1110, fix #1102, + @rgrinberg) 1.1.0 (06/08/2018) ------------------