From b82bce217205b8f075daf59fe8159fc47d52b98d Mon Sep 17 00:00:00 2001 From: Lukas Gasselsberger | alu-one Date: Wed, 6 Apr 2022 10:57:57 +0200 Subject: [PATCH] Update release notes --- docs/_pages/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/releases.md b/docs/_pages/releases.md index 53695e468d..5ab0c7e411 100644 --- a/docs/_pages/releases.md +++ b/docs/_pages/releases.md @@ -16,7 +16,7 @@ sidebar: * Added `NotBe` for nullable boolean values - [#1865](https://github.com/fluentassertions/fluentassertions/pull/1865) * Added a new overload to `MatchRegex()` to assert on the number of regex matches - [#1869](https://github.com/fluentassertions/fluentassertions/pull/1869) * Added difference to numeric assertion failure messages - [#1859](https://github.com/fluentassertions/fluentassertions/pull/1859) -* Added `HaveSingleElement` and `HaveElementCount` for `XDocument` - [#1880](https://github.com/fluentassertions/fluentassertions/pull/1880) +* Added `HaveSingleElement` and overload for `HaveElement` for `XDocument` to assert on number of XML nodes - [#1880](https://github.com/fluentassertions/fluentassertions/pull/1880) ### Fixes * `EnumAssertions.Be` did not determine the caller name - [#1835](https://github.com/fluentassertions/fluentassertions/pull/1835)