File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## Unreleased
1010
11- ### Fixed
11+ Adding improvements to the control flow analysis that was introduced in the last release.
1212
13- - PR [ # 214 ] ( https://github.com/marinasundstrom/CheckedExceptions/pull/214 ) Fix handling of re-throws in catch and catch-all
13+ ### Added
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 )
15+ - [ #212 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/212 ) Handle finally clause
16+ - [ #217 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/217 ) Remove unused diagnostic
17+ - [ #216 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/216 ) Assign categories to diagnostics
2118
19+ ### Fixed
20+
21+ - PR [ #214 ] ( https://github.com/marinasundstrom/CheckedExceptions/pull/214 ) Fix handling of re-throws in catch and catch-all
22+ - [ #210 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/210 ) Exclude local func from unreachable code diagnostic
23+ - [ #221 ] ( https://github.com/marinasundstrom/CheckedExceptions/issues/221 ) Exclude stmts with contracts from Roslyn ctrl flow analysis
2224
2325## [ 1.9.0] - 2025-08-04
2426
27+ Added new control flow analysis. This will be improved over the next releases.
28+
2529### Added
2630
2731- PR [ #209 ] ( https://github.com/marinasundstrom/CheckedExceptions/pull/209 ) Improve code flow analysis
You can’t perform that action at this time.
0 commit comments