From 3a2569c004d36ff151f4752daf1f274155f5ade4 Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Sun, 9 Feb 2025 17:45:13 +0100 Subject: [PATCH] update changelog --- src/Fable.Cli/CHANGELOG.md | 4 ++++ src/Fable.Compiler/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 2b67421db..062ed66ec 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro) * [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro) +### Changed + +* [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi) + ## 5.0.0-alpha.9 - 2025-01-28 ### Fixed diff --git a/src/Fable.Compiler/CHANGELOG.md b/src/Fable.Compiler/CHANGELOG.md index d6470b1a6..e1b32d744 100644 --- a/src/Fable.Compiler/CHANGELOG.md +++ b/src/Fable.Compiler/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro) * [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro) +### Changed + +* [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi) + ## 5.0.0-alpha.9 - 2025-01-28 ### Fixed