Skip to content

Commit 3a2569c

Browse files
committed
update changelog
1 parent ba1fb40 commit 3a2569c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
* [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro)
1919
* [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro)
2020

21+
### Changed
22+
23+
* [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi)
24+
2125
## 5.0.0-alpha.9 - 2025-01-28
2226

2327
### Fixed

src/Fable.Compiler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
* [JS/TS] - Fix anonymous record printing (#4029) (by @alfonsogarciacaro)
1919
* [Python] - Fix #3998: PhysicalEquality (by @alfonsogarciacaro)
2020

21+
### Changed
22+
23+
* [JS/TS] In `JSX`, generate self closing element when element has no children (#4037) (by @shayanhabibi)
24+
2125
## 5.0.0-alpha.9 - 2025-01-28
2226

2327
### Fixed

0 commit comments

Comments
 (0)