Skip to content

Commit 47a71ba

Browse files
committed
changelog
1 parent b91b0f6 commit 47a71ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Update analyzer [RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077) ([PR](https://github.com/dotnet/roslynator/pull/1653))
1313
- Do not suggest to change `list.FirstOrDefault(predicate)` to `list.Find(predicate)`.
1414
Performance gain is negligible and actually `FirstOrDefault` can be even faster on .NET 9 (see related [issue](https://github.com/dotnet/roslynator/pull/1531) for more details).
15+
- [CLI] Fix command `generate-doc` ([PR](https://github.com/dotnet/roslynator/pull/1570))
1516

1617
## [4.12.8] - 2024-10-11
1718

0 commit comments

Comments
 (0)