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
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,17 @@
> - :nail_care: [Polish]
> - :house: [Internal]

# 12.0.0-rc.2 (Unreleased)
# 12.0.0-rc.2

#### :boom: Breaking Change

- Replace binary operators with F#-style `~~~`, `^^^`, `&&&`, `|||`. https://github.com/rescript-lang/rescript/pull/7894

#### :eyeglasses: Spec Compliance

#### :rocket: New Feature

#### :bug: Bug fix

- Fix: use configured Jsx module for constraining component return type. https://github.com/rescript-lang/rescript/pull/7945
- Undeprecate `Js_OO` module since it is still used with the `@this` attribute. https://github.com/rescript-lang/rescript/pull/7955
- Fix crash when using bitwise not on incompatible type. https://github.com/rescript-lang/rescript/pull/7965

#### :memo: Documentation

#### :nail_care: Polish
- Fix crash when using bitwise not (`~~~`) on an incompatible type. https://github.com/rescript-lang/rescript/pull/7965

#### :house: Internal

Expand Down
Loading