diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f6538c2..8b727db 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,9 @@ +Changes to Dot.Net.DevFast 3.2.0 + + 1. New feature - Adding Abstract Binary Heap implementation under collection + 2. New feature - Adding Abstract Sizable Binary Heap implementation under collection + 3. New feature - Adding Binary Min/Max Heap implementation under collection + Changes to Dot.Net.DevFast 3.1.3 1. Change/Fix - Cancellation token is usage extended for mid-air cancellation even for paused streams.