Skip to content

Commit

Permalink
Add second line to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Nov 4, 2023
1 parent 3d35d17 commit f3e71aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_pages/releases.md
Expand Up @@ -16,6 +16,7 @@ sidebar:
### Improvements
* Improve failure message for string assertions when checking for equality - [#2307](https://github.com/fluentassertions/fluentassertions/pull/2307)
* Allow specifying `EquivalencyAssertionOptions` in string assertions - [#2413](https://github.com/fluentassertions/fluentassertions/pull/2413)
* This also adds the capability to ignore casing, leading or trailing whitespace or newlines on strings when using `BeEquivalentTo` on object graphs or collections.
* You can mark all assertions in an assembly as custom assertions using the `[CustomAssertionsAssembly]` attribute - [#2389](https://github.com/fluentassertions/fluentassertions/pull/2389)

### Fixes
Expand Down

0 comments on commit f3e71aa

Please sign in to comment.