Skip to content

Commit 6b0dc72

Browse files
committed
chore: add missing changelog entry for last commit (Python erased interfaces)
1 parent 5adf075 commit 6b0dc72

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+
### Fixed
11+
12+
* Fix regression, Python erased interfaces should not generate code (#4277) (by @dbrattli)
13+
1014
### Changed
1115

1216
* [All] Update TargetFramework to net10.0 (by @ncave)

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+
### Fixed
11+
12+
* Fix regression, Python erased interfaces should not generate code (#4277) (by @dbrattli)
13+
1014
### Changed
1115

1216
* [All] Update TargetFramework to net10.0 (by @ncave)

0 commit comments

Comments
 (0)