Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 15, 2023
1 parent fbc8b87 commit 53768a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

* [JavaScript] Fix #3541: Interface imported in generated javascript when DU has an interface type constraint (by @ncave)
* [JavaScript] Improve error messages for `Decimal.Parse`, `Double.Parse`, `Int32.Parse`, `Long.Parse` (by @ncave)
* [Rust] Improve error messages for `BigInt.Parse`, `DateOnly.Parse`, `DateTime.Parse`, `DateTimeOffset.Parse`, `Decimal.Parse`, `TimeOnly.Parse` (by @ncave)
* [Python] Improve error messages for `Double.Parse`, `Int32.Parse`, `Long.Parse` (by @ncave)

## 4.2.2 - 2023-10-14

### Fixed
Expand Down

0 comments on commit 53768a0

Please sign in to comment.