diff --git a/docs/_pages/releases.md b/docs/_pages/releases.md index 33a1849dd0..fe596a437c 100644 --- a/docs/_pages/releases.md +++ b/docs/_pages/releases.md @@ -10,8 +10,12 @@ sidebar: ## Unreleased ### What's New +* Annotated `[Not]MatchRegex(string)` with `[StringSyntax("Regex")]` which IDEs can use to colorize the regular expression argument - [#1816](https://github.com/fluentassertions/fluentassertions/pull/1816) +* Added support for .NET6 `DateOnly` struct - [#1844](https://github.com/fluentassertions/fluentassertions/pull/1844) +* Added support for .NET6 `TimeOnly` struct - [#1848](https://github.com/fluentassertions/fluentassertions/pull/1848) * Added `NotBe` for nullable boolean values - [#1864](https://github.com/fluentassertions/fluentassertions/issues/1864) + ### Fixes ### Fixes (Extensibility)