From 62ba275b1880d093c761942f9b4b223e99123a29 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 11 May 2020 16:25:40 +0200 Subject: [PATCH] misc: v0.6.1 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06bcf3cb..bd6649c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ - "I am running away from my responsibilities. And it feels good." – Michael Scott, Season 4, "Money" +## v0.6.1 + +- fix: Use NewEvent to init Event struct (#220) + +_NOTE:_ +A change introduced in v0.6.0 with the intent of avoiding allocations made a +pattern used in official examples break in certain circumstances (attempting +to write to a nil map). +This release reverts the change such that maps in the Event struct are always +allocated. + ## v0.6.0 - feat: Read module dependencies from runtime/debug (#199)