Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Sep 28, 2024
1 parent 41f4063 commit 20f4770
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix analyzer [RCS1140](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1140) ([PR](https://github.com/dotnet/roslynator/pull/1524))
- Fix analyzer [RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077) ([PR](https://github.com/dotnet/roslynator/pull/1544))

### Changed
- Add support for duck-typed awaitables and task-like types for Task/Async-related analyzers ([PR](https://github.com/dotnet/roslynator/pull/1535))
- Affects the following analyzers:
- [RCS1046](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046)
- [RCS1047](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1047)
- [RCS1090](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090)
- [RCS1174](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1174)
- [RCS1229](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229)
- [RCS1261](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261)
- Affects refactoring [RR0209](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0209)

## [4.12.6] - 2024-09-23

### Added
Expand Down

0 comments on commit 20f4770

Please sign in to comment.