Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### :boom: Breaking Change

- Make Jsx.component abstract. https://github.com/rescript-lang/rescript/pull/8390
- Make `Jsx.component` abstract. https://github.com/rescript-lang/rescript/pull/8390
- Drop Node.js version 20.x support, as it is reaching EOL. https://github.com/rescript-lang/rescript/pull/8401

#### :eyeglasses: Spec Compliance
Expand All @@ -26,8 +26,7 @@
- Fix directive `@warning("-102")` not working. https://github.com/rescript-lang/rescript/pull/8322
- Fix duplicated comments in `for`..`of` formatter. https://github.com/rescript-lang/rescript/pull/8395
- Fix issue where warning 56 would blow up with `dict{}` patterns. https://github.com/rescript-lang/rescript/pull/8403
- Acquire rewatch build lock before initialization. https://github.com/rescript-lang/rescript/pull/8409
- Close remaining rewatch build.lock gaps. https://github.com/rescript-lang/rescript/pull/8410
- Rewatch build lock fixes. https://github.com/rescript-lang/rescript/pull/8409 https://github.com/rescript-lang/rescript/pull/8410 https://github.com/rescript-lang/rescript/pull/8413
- Rewatch: treat transitive workspace dependencies as local packages in monorepo roots. https://github.com/rescript-lang/rescript/pull/8411

#### :memo: Documentation
Expand Down
Loading