Skip to content

Commit 069957a

Browse files
authored
Prepare for 13.0.0-alpha.3 release (#8331)
1 parent 9dbdc04 commit 069957a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 13.0.0-alpha.3 (Unreleased)
13+
# 13.0.0-alpha.3
1414

1515
#### :boom: Breaking Change
1616

1717
- Change `Intl.Collator.compare` return type from `int` to `Ordering.t` (`float`). https://github.com/rescript-lang/rescript/pull/8289
1818

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

2321
- Reanalyze: add glob pattern support for suppress/unsuppress configurations (e.g., `"src/generated/**"`). https://github.com/rescript-lang/rescript/pull/8277
@@ -29,13 +27,11 @@
2927
- Reanalyze server: invalidate cache and recompute results when config changes in `rescript.json`. https://github.com/rescript-lang/rescript/pull/8262
3028
- Fix `null` and array values incorrectly matching the `Object` branch when pattern matching on `JSON.t` (or other untagged variants with an `Object` case) in statement position. https://github.com/rescript-lang/rescript/pull/8279
3129
- Fix rewatch panic when `package.json` has no `name` field. https://github.com/rescript-lang/rescript/pull/8291
32-
- Fix unpacking first-class module in default argument of react component. https://github.com/rescript-lang/rescript/pull/8296
30+
- Fix unpacking first-class module in default argument of React component. https://github.com/rescript-lang/rescript/pull/8296
3331
- Fix exception record field regression. https://github.com/rescript-lang/rescript/pull/8319
3432
- Rewatch: ignore stale lock for unrelated process name. https://github.com/rescript-lang/rescript/pull/8316
3533
- Fix handling of exotic identifiers for let bindings in GenType. https://github.com/rescript-lang/rescript/pull/8315
3634

37-
#### :memo: Documentation
38-
3935
#### :nail_care: Polish
4036

4137
- Improve error message for dependency without `rescript.json`. https://github.com/rescript-lang/rescript/pull/8292

0 commit comments

Comments
 (0)