Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

31 lines (16 loc) · 489 Bytes

0.1.8 (09-12-2024):

Bump NuGet deps versions

0.1.7 (11-12-2023):

Added drain to ConcurrentBoundedQueue.

0.1.6 (06-12-2021):

Added net6.0 target.

0.1.4 (07-10-2021):

Fixed QuickSelect bug with corner case: first or last element of array.

0.1.3 (29-02-2020):

Added BufferPool.Default shared instance.

0.1.2 (26-02-2020):

Cumulative release.

0.1.1 (24-10-2018):

Fixed race condition in ConcurrentBoundedQueue.

0.1.0 (11-09-2018):

Initial prerelease.