Skip to content

Commit

Permalink
changelog: Preparing v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed Aug 8, 2022
1 parent c69dd8d commit 09cf1eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## 0.x.y

## 0.4.0

Improvements:

* Ability to remap struct member names to via `xmlrpc` tags (#47)
* Ability to skip unknown fields by `SkipUnknownFields(bool)` `Option` (#48)
* Ability to skip unknown fields by `SkipUnknownFields(bool)` `Option`. Default is still `false` (#48)

Library is now built against Go 1.19

Expand Down

0 comments on commit 09cf1eb

Please sign in to comment.