Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lg2de committed Oct 5, 2023
1 parent d1315f3 commit 4981609
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/_pages/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar:
### Improvements

### Fixes
* Fixed formatting error when checking nullable `DateTimeOffset` with
* Fixed formatting error when checking nullable `DateTimeOffset` with
`BeWithin(...).Before(...)` - [#2312](https://github.com/fluentassertions/fluentassertions/pull/2312)
* `BeEquivalentTo` will now find and can map subject properties that are implemented through an explicitly-implemented interface - [#2152](https://github.com/fluentassertions/fluentassertions/pull/2152)
* Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#2318](https://github.com/fluentassertions/fluentassertions/pull/2318)
Expand All @@ -23,8 +23,8 @@ sidebar:
* Moved support for `DataSet`, `DataTable`, `DataRow` and `DataColumn` into a new package `FluentAssertions.DataSet` - [#2267](https://github.com/fluentassertions/fluentassertions/pull/2267)
* Removed obsolete `...OrEqualTo` methods - [#2269](https://github.com/fluentassertions/fluentassertions/pull/2269)
* `GenericCollectionAssertions`
* `HaveCountGreaterOrEqualTo`: Use `HaveCountGreaterThanOrEqualTo`
* `HaveCountLessOrEqualTo`: Use `HaveCountLessThanOrEqualTo`
* `HaveCountGreaterOrEqualTo`: Use `HaveCountGreaterThanOrEqualTo`
* `HaveCountLessOrEqualTo`: Use `HaveCountLessThanOrEqualTo`
* `ComparableTypeAssertions`
* `BeGreaterOrEqualTo`: Use `BeGreaterThanOrEqualTo`
* `BeLessOrEqualTo`: Use `BeLessThanOrEqualTo`
Expand All @@ -41,6 +41,11 @@ sidebar:

### Breaking Changes (for extensions)
* Add `ForConstraint` to `IAssertionsScope` to support chaining `.ForConstraint()` after `.Then` - [#2324](https://github.com/fluentassertions/fluentassertions/pull/2324)
* Refactored `AsyncFunctionAssertions` into real base class - [#2359](https://github.com/fluentassertions/fluentassertions/pull/2359)
* `AsyncFunctionAssertions` has been renamed to `AsyncFunctionAssertionsBase`
* Its constructor has been made `protected`.
* Unused constructors have been removed.
* Methods overwritten in `GenericAsyncFunctionAssertions` has been moved to `NonGenericAsyncFunctionAssertions`.

## 6.12.0

Expand Down

0 comments on commit 4981609

Please sign in to comment.