Skip to content

Commit c5b1a3d

Browse files
authored
Prepare for 12.0.0-beta.8 release (#7816)
1 parent 3d570a2 commit c5b1a3d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 12.0.0-beta.8 (Unreleased)
13+
# 12.0.0-beta.8
1414

1515
#### :boom: Breaking Change
1616

1717
- Extract ReScript runtime files from main `rescript` package to separate `@rescript/runtime` package. https://github.com/rescript-lang/rescript/pull/7796
1818
- Remove `@rescript/std` (in favor of `@rescript/runtime`). https://github.com/rescript-lang/rescript/pull/7811
1919

20-
#### :eyeglasses: Spec Compliance
21-
2220
#### :rocket: New Feature
2321

24-
- Add support for ArrayBuffer and typed arrays to `@unboxed`. https://github.com/rescript-lang/rescript/pull/7788
22+
- Add support for `ArrayBuffer` and typed arrays to `@unboxed`. https://github.com/rescript-lang/rescript/pull/7788
2523
- Experimental: Add `let?` syntax for unwrapping and propagating errors/none as early returns for option/result types. https://github.com/rescript-lang/rescript/pull/7582
2624
- Add support for shipping features as experimental, including configuring what experimental features are enabled in `rescript.json`. https://github.com/rescript-lang/rescript/pull/7582
2725

@@ -30,8 +28,6 @@
3028
- Fix JS regex literal parsing in character classes. https://github.com/rescript-lang/rescript/pull/7790
3129
- Fix creating interface for functions with upper bounded polymorphic args. https://github.com/rescript-lang/rescript/pull/7786
3230

33-
#### :memo: Documentation
34-
3531
#### :nail_care: Polish
3632

3733
- Make parser less strict around leading attributes. https://github.com/rescript-lang/rescript/pull/7787

0 commit comments

Comments
 (0)