diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 6fc88b8edd..d0582d81f9 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -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