From d7aa6b70a5f6d2733fdbaed73aaf9293b32b1c9b Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Tue, 28 Nov 2023 22:43:37 +0100 Subject: [PATCH] Update changelog --- src/Fable.Cli/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index ef7c3a0330..ca4aac4d29 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix #3617: Fix comparaison between list option when one is None * Fix #3615: Fix remove from dictionary with tuple as key * Fix #3598: Using obj () now generated an empty dict instead of None +* Fix #3597: Do not translate .toString methods to str ## 4.6.0 - 2023-11-27