Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MASSHUU12 committed Jul 1, 2024
1 parent 44c3d9b commit cf7c006
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,25 @@ All notable changes to this project will be documented in this file.
- Extensions:
- ConfirmIsOdd
- ConfirmIsEven
- ConfirmCloseTo
- Extension classes:
- RandomEnumExtensions
- RandomBooleanExtensions
- RandomNetworkExtensions
- Confirm class with assertions:
- IsEnumValue
- IsNotEnumValue
- IsEnumName
- IsNotEnumName
- IsTrue
- IsFalse
- Throws
- NotThrows

### Changed

- Numeric extensions now use 'INumber<T>' generic constraint
instead of 'IComparable, IConvertible, IComparable<T>, IEquatable<T>'.

## [0.5.0-beta 2024-06-29]

Expand Down

0 comments on commit cf7c006

Please sign in to comment.