Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed May 3, 2021
1 parent 38fd9f9 commit 9117b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ See [example_test.go](example_test.go) and the [documentation](http://godoc.org/

**Note:** v0.6.0 introduces a potential breaking change to anyone depending on marshalling non-present values to their zero values instead of null. See: [#9](https://github.com/markphelps/optional/pull/9) for more context.

**Note:** v0.8.0 removes JSON support from `complex64` and `complex128` types per https://github.com/markphelps/optional/issues/13
**Note:** v0.8.0 removes JSON support from `complex64` and `complex128` types per [#13](https://github.com/markphelps/optional/issues/13)

Option types marshal to/from JSON as you would expect:

Expand Down

0 comments on commit 9117b73

Please sign in to comment.