Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed May 26, 2021
1 parent a47d468 commit 25fa9e1
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,5 +1,12 @@
# Changelog

## 0.17

* [#87](https://github.com/Tarmil/FSharp.SystemTextJson/issues/87): Fix null checking on value type fields.

* [#93](https://github.com/Tarmil/FSharp.SystemTextJson/issues/93): Allow deserializing F# unions in `AdjacentTag` and `InternalTag` modes where the tag is not the first field in the JSON object.
This capability is enabled by new option `JsonUnionEncoding.AllowUnorderedTag`, which is included in `JsonUnionEncoding.Default` and all `JsonUnionEncoding.*Like` combined formats.

## 0.16

* [#83](https://github.com/Tarmil/FSharp.SystemTextJson/issues/83): Fix null reference exception when deserializing a record that `Skip`s a field with FSharp.Core 5.0.
Expand Down

0 comments on commit 25fa9e1

Please sign in to comment.