File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
1313- PR [ #214 ] ( https://github.com/marinasundstrom/CheckedExceptions/pull/214 ) Fix handling of re-throws in catch and catch-all
1414
15+ * PR [ #220 ] ( https://github.com/marinasundstrom/CheckedExceptions/pull/220 ) Fixes and enhancements to control flow analysis
16+ - Exclude local func from unreachable code diagnostic [ #210 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/210 )
17+ - Handle finally clause [ #212 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/212 )
18+ - Exclude stmts with contracts from Roslyn ctrl flow analysis [ #221 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/221 )
19+ - Remove unused diagnostic [ #217 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/217 )
20+ - Assign categories to diagnostics [ #216 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/216 )
21+
22+
1523## [ 1.9.0] - 2025-08-04
1624
1725### Added
You can’t perform that action at this time.
0 commit comments