diff --git a/docs/_pages/releases.md b/docs/_pages/releases.md index ef1a285352..e5ff773ac9 100644 --- a/docs/_pages/releases.md +++ b/docs/_pages/releases.md @@ -7,8 +7,6 @@ sidebar: nav: "sidebar" --- -## Unreleased - ### What's new * Added `ThatAre[Not]Interfaces` method for filtering the types - [#2057](https://github.com/fluentassertions/fluentassertions/pull/2057) * Added `ThatAre[Not]Abstract` method for filtering the types - [#2058](https://github.com/fluentassertions/fluentassertions/pull/2058) @@ -17,6 +15,7 @@ sidebar: * Added `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` properties for filtering in `PropertyInfoSelector.cs` - [#2054](https://github.com/fluentassertions/fluentassertions/pull/2054) * Added `BeOneOf` methods for object comparisons and `IComparable`s - [#2028](https://github.com/fluentassertions/fluentassertions/pull/2028) * Added `BeCloseTo` and `NotBeCloseTo` to `TimeOnly` - [#2030](https://github.com/fluentassertions/fluentassertions/pull/2030) +* Add new extension methods for `OccurrenceConstraint` that reads more fluently - [#2047](https://github.com/fluentassertions/fluentassertions/pull/2047) ### Fixes * Quering properties on classes, e.g. `typeof(MyClass).Properties()`, now also includes static properties - [#2054](https://github.com/fluentassertions/fluentassertions/pull/2054)