Skip to content

Commit 321b27c

Browse files
committed
[Python] Fix ResizeArray compatibility with Seq/Array functions
1 parent bdf38d1 commit 321b27c

File tree

6 files changed

+368
-197
lines changed

6 files changed

+368
-197
lines changed

src/Fable.Cli/CHANGELOG.md

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

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

14+
### Fixed
15+
16+
* [Python] Fix `ResizeArray` compatibility with `Seq`/`Array` (by @dbrattli)
17+
1418
## 5.0.0-alpha.20 - 2025-12-08
1519

1620
### Added

src/Fable.Compiler/CHANGELOG.md

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

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

14+
### Fixed
15+
16+
* [Python] Fix `ResizeArray` compatibility with `Seq`/`Array` (by @dbrattli)
17+
1418
## 5.0.0-alpha.19 - 2025-12-08
1519

1620
### Added

0 commit comments

Comments
 (0)