Skip to content

Commit 7de9c5c

Browse files
committed
Update changelogs
1 parent d1c761f commit 7de9c5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Fable.Cli/CHANGELOG.md

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

1919
* [Python] Fix regression `[<Erase>]` on class types not preventing them from being emitted to Python (by @dbrattli)
2020
* [Python] Fix regression `%A` format specifier to output booleans as lowercase `true`/`false` (by @dbrattli)
21+
* [Python] Fix various bugs in fable-library numeric types and string operations (by @dbrattli)
2122

2223
### Changed
2324

src/Fable.Compiler/CHANGELOG.md

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

1919
* [Python] Fix regression `[<Erase>]` on class types not preventing them from being emitted to Python (by @dbrattli)
2020
* [Python] Fix regression `%A` format specifier to output booleans as lowercase `true`/`false` (by @dbrattli)
21+
* [Python] Fix various bugs in fable-library numeric types and string operations (by @dbrattli)
2122

2223
### Changed
2324

0 commit comments

Comments
 (0)