From 839da685cd9b01a00b93c05e474bc75273765524 Mon Sep 17 00:00:00 2001 From: ncave <777696+ncave@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:17:11 -0700 Subject: [PATCH] Updated changelog --- src/Fable.Cli/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index e496445b1..bbc5521c7 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [GH-3900](https://github.com/fable-compiler/Fable/pull/3900) [Python] Fix nuget packages with hypens in their names (by @MangelMaxime) * [Rust] Uncurry field types for object expressions (by @ncave) +* [Rust] Fixed pattern matching on `this` argument (by @ncave) +* [All] Fixed Missing DU member with interface (#3915) (by @ncave) * [TS] Fixed missing Async type signature (#3864) (by @MangelMaxime) ## 4.21.0 - 2024-09-19