Skip to content

Commit 9af95ef

Browse files
committed
CHANGELOG
1 parent 4512ea6 commit 9af95ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@
2929
- 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
3030
- Fix rewatch panic when `package.json` has no `name` field. https://github.com/rescript-lang/rescript/pull/8291
3131
- Fix unpacking first-class module in default argument of react component. https://github.com/rescript-lang/rescript/pull/8296
32+
- Fix exception record field regression. https://github.com/rescript-lang/rescript/pull/8319
33+
- Rewatch: ignore stale lock for unrelated process name. https://github.com/rescript-lang/rescript/pull/8316
3234

3335
#### :memo: Documentation
3436

3537
#### :nail_care: Polish
3638

37-
- Improve error message for dependency without `rescript.json`. https://github.com/rescript-lang/rescript/issues/8265
39+
- Improve error message for dependency without `rescript.json`. https://github.com/rescript-lang/rescript/pull/8292
3840

3941
#### :house: Internal
4042

0 commit comments

Comments
 (0)