Skip to content

Commit

Permalink
Write release notes for QuikGraph.Serialization module.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jul 18, 2020
1 parent 4efcac9 commit 0c55d41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## What's new in 2.2.2 July 18 2020

### QuikGraph.Serialization

#### Fixes:
* Add the possibility to use a custom binder during binary serialization to control deserialized types.
* Undirected graphs are now serializable to XML.

---

## What's new in 2.2.1 June 19 2020 and June 25 2020

### QuikGraph.Serialization
Expand Down
5 changes: 3 additions & 2 deletions src/QuikGraph.Serialization/QuikGraph.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Supports Source Link</Description>

<IsPackable>true</IsPackable>
<PackageId>QuikGraph.Serialization</PackageId>
<PackageReleaseNotes>➟ Release 2.2.1
<PackageReleaseNotes>➟ Release 2.2.2
Fixes:
- Rely on embedded GraphML xsd to validate GraphML graphs during serialization (avoid issues when GraphML website is down).</PackageReleaseNotes>
- Add the possibility to use a custom binder during binary serialization to control deserialized types.
- Undirected graphs are now serializable to XML.</PackageReleaseNotes>
<PackageTags>QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit 0c55d41

Please sign in to comment.