Skip to content

Commit

Permalink
PropertyInfoSelector.cs has been extended
Browse files Browse the repository at this point in the history
Added `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` to `PropertyInfoSelector.cs` - [fluentassertions#2054](fluentassertions#2054)
  • Loading branch information
94sedighi committed Dec 2, 2022
1 parent 0a04100 commit b359b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_pages/releases.md
Expand Up @@ -10,9 +10,13 @@ sidebar:
## Unreleased

### What's new
* Added `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` Properties to `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)

### Fixes
* Querying properties on types, e.g. `typeof(MyController).Properties()`, now also includes static properties - [#2054](https://github.com/fluentassertions/fluentassertions/pull/2054)

## 6.8.0

### What's new
Expand Down

0 comments on commit b359b5a

Please sign in to comment.