From b627d21b5952d7b3002175b29bf09e2e542a50fe Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 12 Jun 2024 13:44:11 +0100 Subject: [PATCH] [ci skip] docs: update changelog to reflect #84 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759b016..7d3d894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- X10D: Add support for generic math interfaces. - X10D: Added extension methods for `DateOnly`, for parity with `DateTime` and `DateTimeOffset`. - X10D: Added math-related extension methods for `BigInteger`. - X10D: Added `Span.Replace(T, T)`.