Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
This is a patch release concerning the fixes for the bugs revealed in
the field by the pioneer users.

* Ignore attributes prefixed with `xmlns` (#27)
* Fix XML deserialization for over-consumption (#29)
* Return only abstract errors (#30)
  • Loading branch information
mristin committed Jun 19, 2024
1 parent c24c635 commit 68e8d7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,15 @@ The commit messages follow the guidelines from https://chris.beams.io/posts/git-

## Change Log

### v1.0.4 (2024-06-19)

This is a patch release concerning the fixes for the bugs revealed in
the field by the pioneer users.

* Ignore attributes prefixed with `xmlns` (#27)
* Fix XML deserialization for over-consumption (#29)
* Return only abstract errors (#30)

### v1.0.3 (2024-04-16)

The `dataSpecification` field in `EmbeddedDataSpecification` is made
Expand Down

0 comments on commit 68e8d7d

Please sign in to comment.