Skip to content

Commit a3ec400

Browse files
committed
changelog
1 parent 384d42b commit a3ec400

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/VisualStudioCode/package/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Fix analyzer [RCS1172](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1172) ([PR](https://github.com/dotnet/roslynator/pull/1710))
2121
- [CLI] Fix `loc` command ([PR](https://github.com/dotnet/roslynator/pull/1711))
2222
- Exclude ref-field backed properties from [RCS1085](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1085) ([PR](https://github.com/dotnet/roslynator/pull/1718) by @ovska)
23+
- [CLI] Fix `rename-symbol` scope option not being applied correctly ([PR](https://github.com/dotnet/roslynator/pull/1720) by @andrtmschkw)
2324
- [CLI] Fix `rename-symbol` support for top-level statement ([PR](https://github.com/dotnet/roslynator/pull/1721) by @andrtmschkw)
2425

26+
### Changed
27+
28+
- Migrate to .NET 10 (including command-line tool) ([PR](https://github.com/dotnet/roslynator/pull/1727))
29+
2530
## [4.14.1] - 2025-10-05
2631

2732
### Added

0 commit comments

Comments
 (0)