Skip to content

Commit 1446d9e

Browse files
Update CHANGELOG.md
1 parent 0801142 commit 1446d9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)