From 27546809a2a40698739d9d9d7973d7eb1f2f8020 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 12 Jun 2020 13:13:15 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244324b58c..6d5e19ee54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ BUG FIXES: * config: Fix crash in validation with non-ascii characters [GH-25144] * config: Don't panic if version constraint syntax isn't accepted by new version constraint parser [GH-25223] * core: Fix crash with multiple nested modules [GH-25176] +* core: Fix panic when importing with modules [GH-25208] +* core: Allow targeting with expanded module addresses [GH-25206] ## 0.13.0-beta1 (June 03, 2020)