Skip to content

Commit ec37fbf

Browse files
committed
changelog
1 parent d977d06 commit ec37fbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Fix analyzer [RCS1043](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043) ([PR](https://github.com/dotnet/roslynator/pull/1684))
2222
- Fix refactoring [Check expression for null](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0024) ([PR](https://github.com/dotnet/roslynator/pull/1682))
2323

24+
### Changed
25+
26+
- Change behavior of analyzer [RCS1206](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1206) by default ([PR](https://github.com/dotnet/roslynator/pull/1685))
27+
- The condition for option `omit_when_single_line` is that the braces/brackets are on the same line, not just the expression in the braces/brackets
28+
2429
## [4.14.0] - 2025-07-26
2530

2631
### Added

0 commit comments

Comments
 (0)