From 2aac9ce27c9f5d6ba5d63c19f4d96c14dda03cc3 Mon Sep 17 00:00:00 2001 From: andrewvk Date: Mon, 11 Apr 2016 22:09:01 +0300 Subject: [PATCH] Beta 8 preparations --- NuGet/CodeJam.Main.nuspec | 2 +- NuGet/Readme.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NuGet/CodeJam.Main.nuspec b/NuGet/CodeJam.Main.nuspec index fd20dff49..a6e1ac7ef 100644 --- a/NuGet/CodeJam.Main.nuspec +++ b/NuGet/CodeJam.Main.nuspec @@ -2,7 +2,7 @@ CodeJam - 1.0.0-beta7 + 1.0.0-beta8 CodeJam .NET Library andrewvk https://github.com/rsdn/CodeJam/blob/master/LICENSE diff --git a/NuGet/Readme.txt b/NuGet/Readme.txt index 23b435981..2bd282afa 100644 --- a/NuGet/Readme.txt +++ b/NuGet/Readme.txt @@ -1,6 +1,12 @@ CodeJam 1.0.0-beta7 Release Notes --------------------------------- +What's new in 1.0.0-beta8 +------------------------ +* Unary generic operators for numeric types (-, ~) +* DisjointSets and DisjointSets collections +* Fixes and code cleanup + What's new in 1.0.0-beta7 ------------------------ * ServiceContainer disposes created by factory instances