Skip to content

Commit ed06d88

Browse files
committed
Add changelog entries for handling BaseException subclasses
1 parent ec414bf commit ed06d88

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
12+
* [Python] Support catching Python `BaseException` subclasses (`KeyboardInterrupt`, `SystemExit`, `GeneratorExit`) for Python interop (by @dbrattli)
13+
1014
### Changed
1115

1216
* [Python] F# `task { }` expressions now generate Python `async def` functions (by @dbrattli)

src/Fable.Compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Added
11+
12+
* [Python] Support catching Python `BaseException` subclasses (`KeyboardInterrupt`, `SystemExit`, `GeneratorExit`) for Python interop (by @dbrattli)
13+
1014
### Changed
1115

1216
* [Python] F# `task { }` expressions now generate Python `async def` functions (by @dbrattli)

0 commit comments

Comments
 (0)