From 63c96fa31de8cc35d74edb24a3269f1b3fc5733c Mon Sep 17 00:00:00 2001 From: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:33:07 +0200 Subject: [PATCH] Add release notes for #2393 (#2396) * Add release notes for #2393 * Update releases.md Co-authored-by: Jonas Nyrup --------- Co-authored-by: Jonas Nyrup --- docs/_pages/releases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_pages/releases.md b/docs/_pages/releases.md index 78f465ed27..572a7c36ed 100644 --- a/docs/_pages/releases.md +++ b/docs/_pages/releases.md @@ -22,7 +22,8 @@ sidebar: * Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#2318](https://github.com/fluentassertions/fluentassertions/pull/2318) * `BeEquivalentTo` can again compare a non-generic `IDictionary` with a generic one - [#2358](https://github.com/fluentassertions/fluentassertions/pull/23158) * Fixed that the `FormattingOptions` were not respected in inner `AssertionScope` - [#2328](https://github.com/fluentassertions/fluentassertions/pull/2328) -* Capitalize `true` and `false` in failure messages - [#2390](https://github.com/fluentassertions/fluentassertions/pull/2390) +* Capitalize `true` and `false` in failure messages and make them formattable to a custom `BooleanFormatter` - [#2390](https://github.com/fluentassertions/fluentassertions/pull/2390), [#2393](https://github.com/fluentassertions/fluentassertions/pull/2393) + ### Breaking Changes (for users) * Moved support for `DataSet`, `DataTable`, `DataRow` and `DataColumn` into a new package `FluentAssertions.DataSet` - [#2267](https://github.com/fluentassertions/fluentassertions/pull/2267)