Skip to content

Commit

Permalink
changelog: preparing for 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed May 16, 2024
1 parent 6120579 commit 78203c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.5.3

Bugfixes:
* Decoding an `<array>` of mixed types that contains another set of nested `<array>` (with equally mixed types) (#86).
Outer slice would need to be defined as `[]any` and it's up to the user to cast the inner values (including nested slices) to the desired/expected type.


## 0.5.2

Bugfixes:
Expand Down

0 comments on commit 78203c0

Please sign in to comment.