@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.7.0] - 2023-12-03
11
+
12
+ ### Added
13
+
14
+ - Add analyzer "Dispose resource asynchronously" ([ RCS1261] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261 ) ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1285 ) )
15
+ - Add analyzer "Unnecessary raw string literal" ([ RCS1262] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262 ) ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1293 ) )
16
+ - Add analyzer "Invalid reference in a documentation comment" ([ RCS1263] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263 ) ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1295 ) )
17
+
18
+ ### Changed
19
+
20
+ - Improve refactoring "Remove comment" [ RR0098] ( https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1284 ) )
21
+ - Remove trailing dot from analyzer's title ([ PR] ( https://github.com/dotnet/roslynator/pull/1298 ) )
22
+ - Group code fix "Change accessibility to ..." ([ PR] ( https://github.com/dotnet/roslynator/pull/1305 ) )
23
+ - [ CLI] Bump Roslyn to 4.8.0 ([ PR] ( https://github.com/dotnet/roslynator/pull/1307 ) ).
24
+ - Group refactoring "Remove members above/below'" ([ PR] ( https://github.com/dotnet/roslynator/pull/1308 ) )
25
+ - Rename analyzers ([ PR] ( https://github.com/dotnet/roslynator/pull/1314 ) )
26
+ - "Add new line before embedded statement" -> "Put embedded statement on its own line" ([ RCS0030] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030 ) )
27
+ - "Add new line before statement" -> "Put statement on its own line" ([ RCS0033] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033 ) )
28
+ - Group refactoring "Wrap in ..." ([ PR] ( https://github.com/dotnet/roslynator/pull/1317 ) )
29
+
30
+ ### Fixed
31
+
32
+ - Fix analyzer [ RCS1124] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1279 ) )
33
+ - Fix analyzer [ RCS0058] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1281 ) )
34
+ - Fix analyzer [ RCS1163] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1280 ) )
35
+ - Fix analyzer [ RCS1203] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1282 ) )
36
+ - Fix analyzer [ RCS1046] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1283 ) )
37
+ - Fix analyzer [ RCS1158] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1288 ) )
38
+ - Fix analyzer [ RCS1032] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1289 ) )
39
+ - Fix analyzer [ RCS1176] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1291 ) )
40
+ - Fix analyzer [ RCS1197] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1166 ) )
41
+ - Fix analyzer [ RCS1093] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1296 ) )
42
+ - [ Testing] Detect nested code actions ([ PR] ( https://github.com/dotnet/roslynator/pull/1305 ) )
43
+
10
44
## [ 4.6.4] - 2023-11-24
11
45
12
46
## [ 4.6.3] - 2023-11-23
0 commit comments