diff --git a/docs/_pages/releases.md b/docs/_pages/releases.md index 1246a23cdd..232af42a3a 100644 --- a/docs/_pages/releases.md +++ b/docs/_pages/releases.md @@ -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) @@ -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` @@ -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