Skip to content

Commit 78203c0

Browse files
committed
changelog: preparing for 0.5.3
1 parent 6120579 commit 78203c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.3
2+
3+
Bugfixes:
4+
* Decoding an `<array>` of mixed types that contains another set of nested `<array>` (with equally mixed types) (#86).
5+
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.
6+
7+
18
## 0.5.2
29

310
Bugfixes:

0 commit comments

Comments
 (0)