Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Apr 4, 2024
1 parent 28bcd3f commit 2beeef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3

* [#151](https://github.com/Tarmil/FSharp.SystemTextJson/issues/151): Add optional argument `deserializeNullAsNone: bool` to option `.WithSkippableOptionFields(SkippableOptionFields)`. When true, skippable option fields can be deserialized as `None` not only from a missing field, but also from `null`.

## 1.2

* [#154](https://github.com/Tarmil/FSharp.SystemTextJson/issues/154): Add `SkippableOptionFields` enum to further customize the skipping of fields of type `option` and `voption` with `WithSkippableOptionFields`.
Expand Down

0 comments on commit 2beeef2

Please sign in to comment.