Skip to content

Commit 0c55d41

Browse files
committed
Write release notes for QuikGraph.Serialization module.
1 parent 4efcac9 commit 0c55d41

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release notes
22

3+
## What's new in 2.2.2 July 18 2020
4+
5+
### QuikGraph.Serialization
6+
7+
#### Fixes:
8+
* Add the possibility to use a custom binder during binary serialization to control deserialized types.
9+
* Undirected graphs are now serializable to XML.
10+
11+
---
12+
313
## What's new in 2.2.1 June 19 2020 and June 25 2020
414

515
### QuikGraph.Serialization

src/QuikGraph.Serialization/QuikGraph.Serialization.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ Supports Source Link</Description>
2828

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

0 commit comments

Comments
 (0)