Skip to content

Commit 811734d

Browse files
authored
fix(python): Fix printf.cont() not applying continuation function when currying (#4285)
1 parent 5ad1674 commit 811734d

File tree

4 files changed

+193
-117
lines changed

4 files changed

+193
-117
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+
* [Python] Fix printf.cont() not applying continuation function when currying (by @dbrattli)
13+
1014
## 5.0.0-alpha.18 - 2025-12-03
1115

1216
### Fixed

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+
* [Python] Fix printf.cont() not applying continuation function when currying (by @dbrattli)
13+
1014
## 5.0.0-alpha.17 - 2025-12-03
1115

1216
### Fixed

0 commit comments

Comments
 (0)