Skip to content

Commit

Permalink
changelog: Upcomming version changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed Feb 17, 2024
1 parent fadb80d commit 332b961
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.1

Bugfixes:
* Handling of empty values while decoding responses (#80).
Library will now properly handle empty values for `<string>`, `<int>`, `<i4>`, `<boolean>`, `<double>`, `<dateTime.iso8601>`, `<base64>` and `<array>` (with case of `<data />`).
As `<struct>` may not have an empty list of `<member>` elements as per specification. Similarly `<array/>` is considered invalid.

## 0.5.0

Improvements:
Expand Down

0 comments on commit 332b961

Please sign in to comment.