Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Oct 25, 2024
1 parent 74c4ad2 commit feea43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fix analyzer [RCS1090](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090) ([PR](https://github.com/dotnet/roslynator/pull/1566))
- [CLI] Fix command `generate-doc` ([PR](https://github.com/dotnet/roslynator/pull/1568))
- [CLI] Fix command `generate-doc` ([PR](https://github.com/dotnet/roslynator/pull/1570))

### Change

- Update analyzer [RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077) ([PR](https://github.com/dotnet/roslynator/pull/1653))
- Do not suggest to change `list.FirstOrDefault(predicate)` to `list.Find(predicate)`.
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).
- [CLI] Fix command `generate-doc` ([PR](https://github.com/dotnet/roslynator/pull/1570))

## [4.12.8] - 2024-10-11

Expand Down

0 comments on commit feea43c

Please sign in to comment.