From 034eefac24de75ac71e95c8ddf336a389469eaf4 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Fri, 18 Oct 2024 20:46:11 +0200 Subject: [PATCH] chore: add changelog entry --- 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 6fda4c8a0..c663aaf99 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 * [Rust] Added String.Replace(char, char) and test (by @ncave) * [Rust] Support type extensions for external types (by @ncave) * [Rust] Support more System.Array methods and tests (by @ncave) +* [JS] Add `System.String.Normalize` support (by @DashieTM) ## 4.22.0 - 2024-10-02