Skip to content

Commit bd5d3a6

Browse files
authored
Prepare for 12.0.0-beta.11 release (#7882)
1 parent 4b9c715 commit bd5d3a6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414

1515
#### :boom: Breaking Change
1616

17-
- Fix return type of `String.charCodeAt`. https://github.com/rescript-lang/rescript/pull/7864
18-
- Remove support of JSX children spread. https://github.com/rescript-lang/rescript/pull/7869
1917
- Have `String.charCodeAt` return `option<int>`; add `String.charCodeAtUnsafe`. https://github.com/rescript-lang/rescript/pull/7877
20-
21-
#### :eyeglasses: Spec Compliance
18+
- Remove support of JSX children spread. https://github.com/rescript-lang/rescript/pull/7869
2219

2320
#### :rocket: New Feature
2421

@@ -31,8 +28,6 @@
3128
- Fix crash with `@get` on external of type `unit => 'a`. https://github.com/rescript-lang/rescript/pull/7866
3229
- Fix record type spreads in inline records. https://github.com/rescript-lang/rescript/pull/7859
3330

34-
#### :memo: Documentation
35-
3631
#### :nail_care: Polish
3732

3833
- Reactivate optimization for length of array literals. https://github.com/rescript-lang/rescript/pull/7872

0 commit comments

Comments
 (0)