From ad591974dd9fe0e47c13b98e6ce3fa7decce275e Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Tue, 1 Oct 2024 19:47:10 +0200 Subject: [PATCH] Release 4.12.7 (#1545) --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index cbc405d806..580dfdd8a4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.12.7] - 2024-10-01 + ### Fixed - Fix analyzer [RCS1202](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1202) ([PR](https://github.com/dotnet/roslynator/pull/1542)) @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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)