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