Skip to content

Commit 79ef1c0

Browse files
committed
changelog
1 parent 255fa08 commit 79ef1c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
### Added
2929

30+
- Add option `roslynator_nul_conditional_operator.avoid_negative_boolean_comparison` ([PR](https://github.com/dotnet/roslynator/pull/1688))
31+
- Do not suggest to use null-conditional operator when result would be `... != true/false`
32+
- Applicable for [RCS1146](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1146)
3033
- [CLI] Add support for GitLab analyzer reports ([PR](https://github.com/dotnet/roslynator/pull/1633))
3134

3235
### Fixed

0 commit comments

Comments
 (0)