Skip to content

Commit

Permalink
changelog: Upcomming 0.5.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed Mar 25, 2024
1 parent efa4f48 commit 1f615e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2

Bugfixes:
* Decoding a `<struct>` that is nested in `<array>` with variable types (e.g mix of ints, bool, string and structs) (#84).
Structs will be decoded into a `map[string]any` type, as it's not possible to decode.

## 0.5.1

Bugfixes:
Expand Down

0 comments on commit 1f615e0

Please sign in to comment.