Skip to content

Commit

Permalink
misc: v0.6.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed May 11, 2020
1 parent 51568d8 commit 62ba275
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62ba275

Please sign in to comment.