Skip to content

Commit 4981609

Browse files
committed
Updated release notes
1 parent d1315f3 commit 4981609

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/_pages/releases.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar:
1414
### Improvements
1515

1616
### Fixes
17-
* Fixed formatting error when checking nullable `DateTimeOffset` with
17+
* Fixed formatting error when checking nullable `DateTimeOffset` with
1818
`BeWithin(...).Before(...)` - [#2312](https://github.com/fluentassertions/fluentassertions/pull/2312)
1919
* `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)
2020
* Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#2318](https://github.com/fluentassertions/fluentassertions/pull/2318)
@@ -23,8 +23,8 @@ sidebar:
2323
* Moved support for `DataSet`, `DataTable`, `DataRow` and `DataColumn` into a new package `FluentAssertions.DataSet` - [#2267](https://github.com/fluentassertions/fluentassertions/pull/2267)
2424
* Removed obsolete `...OrEqualTo` methods - [#2269](https://github.com/fluentassertions/fluentassertions/pull/2269)
2525
* `GenericCollectionAssertions`
26-
* `HaveCountGreaterOrEqualTo`: Use `HaveCountGreaterThanOrEqualTo`
27-
* `HaveCountLessOrEqualTo`: Use `HaveCountLessThanOrEqualTo`
26+
* `HaveCountGreaterOrEqualTo`: Use `HaveCountGreaterThanOrEqualTo`
27+
* `HaveCountLessOrEqualTo`: Use `HaveCountLessThanOrEqualTo`
2828
* `ComparableTypeAssertions`
2929
* `BeGreaterOrEqualTo`: Use `BeGreaterThanOrEqualTo`
3030
* `BeLessOrEqualTo`: Use `BeLessThanOrEqualTo`
@@ -41,6 +41,11 @@ sidebar:
4141

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

4550
## 6.12.0
4651

0 commit comments

Comments
 (0)