Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.26 KB

changelog.md

File metadata and controls

29 lines (20 loc) · 1.26 KB

Changelog

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.

[13.0.1] - 2024.11.28

Changed

  • Made methods on SecureRandom virtual that used to be overrides (issue #49)

[13.0.0] - 2024.11.27

Changed

  • Updated to .NET 9. Some types have breaking changes: (issue #48)
    • RangeExtensions is removed
    • SecureRandom no longer derives from Random

[12.0.0] - 2023.2.11

Added

  • Put in the changelog.md file (issue #40)
  • Added the AddPairs() extension method for IDictionary<,> (issue #39)
  • Added Partition() and Contains() to Range<T> (issue #41)
  • Added a Create() extension method for Range (issue #41)

Removed

  • Obsoleted a number of Range extension methods (issue #41)