Skip to content

Commit b359b5a

Browse files
authored
PropertyInfoSelector.cs has been extended
Added `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` to `PropertyInfoSelector.cs` - [fluentassertions#2054](fluentassertions#2054)
1 parent 0a04100 commit b359b5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_pages/releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ sidebar:
1010
## Unreleased
1111

1212
### What's new
13+
* Added `ThatAre[Not]Abstract`, `ThatAre[Not]Static` and `ThatAre[Not]Virtual` Properties to `PropertyInfoSelector.cs` - [#2054](https://github.com/fluentassertions/fluentassertions/pull/2054)
1314
* Added `BeOneOf` methods for object comparisons and `IComparable`s - [#2028](https://github.com/fluentassertions/fluentassertions/pull/2028)
1415
* Added `BeCloseTo` and `NotBeCloseTo` to `TimeOnly` - [#2030](https://github.com/fluentassertions/fluentassertions/pull/2030)
1516

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

1822
### What's new

0 commit comments

Comments
 (0)