Skip to content

Commit ec59d77

Browse files
ShaharPrishMSFTITaluone
authored andcommitted
Update releases.md
Updated to include an ArraySegment fix. fluentassertions#2445
1 parent 68aa05e commit ec59d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_pages/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sidebar:
3333
* Improved the failure message for `[Not]HaveExplicitProperty` when wrapped in an `AssertionScope` and not implementing the interface - [#2403](https://github.com/fluentassertions/fluentassertions/pull/2403)
3434
* Improved the failure message for `[Not]HaveExplicitMethod` when wrapped in an `AssertionScope` and not implementing the interface - [#2403](https://github.com/fluentassertions/fluentassertions/pull/2403)
3535
* Changed `BeEquivalentTo` to exclude `private protected` members from the comparison - [#2417](https://github.com/fluentassertions/fluentassertions/pull/2417)
36-
36+
* When formatting messages, ignoring ArraySegment<> values (they crash the message generation issue) - [#2445]https://github.com/fluentassertions/fluentassertions/pull/2445
3737

3838
### Breaking Changes (for users)
3939
* Moved support for `DataSet`, `DataTable`, `DataRow` and `DataColumn` into a new package `FluentAssertions.DataSet` - [#2267](https://github.com/fluentassertions/fluentassertions/pull/2267)

0 commit comments

Comments
 (0)