Skip to content

Commit

Permalink
Update changelog (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored May 30, 2024
1 parent b980806 commit 6942ba4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Notable changes are recorded here.

# WoofWare.Myriad.Plugins 2.1.33

`JsonParse` can now deserialize the discriminated unions which `JsonSerialize` wrote out.

# WoofWare.Myriad.Plugins 2.1.32, WoofWare.Myriad.Plugins.Attributes 3.1.4

`JsonSerialize` can now serialize many discriminated unions.
(This operation is inherently opinionated, because JSON does not model discriminated unions.)

# WoofWare.Myriad.Plugins 2.1.20, WoofWare.Myriad.Plugins.Attributes 3.0.1

We now bundle copies of the RestEase attributes in `WoofWare.Myriad.Plugins.Attributes`, in case you don't want to take a dependency on RestEase.
Expand Down
3 changes: 2 additions & 1 deletion WoofWare.Myriad.Plugins/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
":/",
":^WoofWare.Myriad.Plugins.Test/",
":^WoofWare.Myriad.Plugins.Attributes/Test/",
":^/.github/"
":^/.github/",
":^/CHANGELOG.md"
]
}

0 comments on commit 6942ba4

Please sign in to comment.