All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Made methods on
SecureRandom
virtual that used to beoverride
s (issue #49)
- Updated to .NET 9. Some types have breaking changes: (issue #48)
RangeExtensions
is removedSecureRandom
no longer derives fromRandom
- Put in the
changelog.md
file (issue #40) - Added the
AddPairs()
extension method forIDictionary<,>
(issue #39) - Added
Partition()
andContains()
toRange<T>
(issue #41) - Added a
Create()
extension method forRange
(issue #41)
- Obsoleted a number of
Range
extension methods (issue #41)