Skip to content

Commit fb013f7

Browse files
committed
Prepare for 13.0.0-alpha.2 release
1 parent 27b7702 commit fb013f7

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,20 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 13.0.0-alpha.2 (Unreleased)
14-
15-
#### :boom: Breaking Change
16-
17-
#### :eyeglasses: Spec Compliance
18-
19-
#### :rocket: New Feature
13+
# 13.0.0-alpha.2
2014

2115
#### :bug: Bug fix
2216

2317
- Fix compiler crash (`Fatal error: Parmatch.all_record_args`) when matching empty dict/record patterns. https://github.com/rescript-lang/rescript/pull/8246
2418
- Fix `null` falling into the object branch instead of the wildcard when pattern matching on untagged variants with both `Object` and `null` cases. https://github.com/rescript-lang/rescript/pull/8253
2519

26-
#### :memo: Documentation
27-
2820
#### :nail_care: Polish
2921

3022
- Build system: Watch only source folders from build state instead of the entire project directory, and report missing configured source folders. https://github.com/rescript-lang/rescript/pull/8219
3123

3224
#### :house: Internal
3325

34-
- speed up dev container test by installing ocaml in docker image instead of in `postCreate.sh`. https://github.com/rescript-lang/rescript/pull/8230
26+
- Speed up dev container test by installing OCaml in docker image instead of in `postCreate.sh`. https://github.com/rescript-lang/rescript/pull/8230
3527

3628
# 13.0.0-alpha.1
3729

0 commit comments

Comments
 (0)