Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Mar 24, 2022
1 parent abfd6c4 commit c1463f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_pages/releases.md
Expand Up @@ -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)
Expand Down

0 comments on commit c1463f9

Please sign in to comment.