Skip to content

Commit 68cff4a

Browse files
authored
Prepare for 12.0.0-beta.12 release (#7907)
1 parent 51e0708 commit 68cff4a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

CHANGELOG.md

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

1515
#### :boom: Breaking Change
1616

1717
- Make experimental-features kebap-case in compiler config like the other fields. https://github.com/rescript-lang/rescript/pull/7891
1818

19-
#### :eyeglasses: Spec Compliance
20-
2119
#### :rocket: New Feature
2220

2321
- Add `littleEndian` feature for `DataView` to Stdlib. https://github.com/rescript-lang/rescript/pull/7881
24-
- Add `mapOkAsync`, `mapErrorAsync`, `flatMapOkAsync` and `flatMapErrorAsync` for async `result`'s to Stdlib. https://github.com/rescript-lang/rescript/pull/7906
22+
- Add `mapOkAsync`, `mapErrorAsync`, `flatMapOkAsync` and `flatMapErrorAsync` for async `result`s to Stdlib. https://github.com/rescript-lang/rescript/pull/7906
2523

2624
#### :bug: Bug fix
2725

2826
- Include `-runtime-path` as bsc argument when generating `.mlmap` file. https://github.com/rescript-lang/rescript/pull/7888
2927

30-
#### :memo: Documentation
31-
3228
#### :nail_care: Polish
3329

3430
- Add (dev-)dependencies to build schema. https://github.com/rescript-lang/rescript/pull/7892
3531
- Dedicated error for dict literal spreads. https://github.com/rescript-lang/rescript/pull/7901
3632
- Dedicated error message for when mixing up `:` and `=` in various positions. https://github.com/rescript-lang/rescript/pull/7900
3733

38-
#### :house: Internal
39-
4034
# 12.0.0-beta.11
4135

4236
#### :boom: Breaking Change

0 commit comments

Comments
 (0)