From 21b969f170d99b53cadeacfa7763bc17d13f1061 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Sun, 10 Dec 2023 11:39:31 +0100 Subject: [PATCH] Update changelog --- src/Fable.Cli/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 49d500c20d..99cbcb5a2e 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -36,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Python +* [GH-3648](https://github.com/fable-compiler/Fable/issues/3648) Records containing different values return the same hash code (by @dbrattli) + +#### Python + * [GH-3617](https://github.com/fable-compiler/Fable/issues/3617): Fix comparaison between list option when one is None (by @mangelmaxime) * [GH-3615](https://github.com/fable-compiler/Fable/issues/3615): Fix remove from dictionary with tuple as key (by @dbrattli) * [GH-3598](https://github.com/fable-compiler/Fable/issues/3598): Using obj () now generated an empty dict instead of None (by @dbrattli)