You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@
36
36
- Remove deprecated pipe last (`|>`) syntax. https://github.com/rescript-lang/rescript/pull/7512
37
37
- Improve error message for pipe (`->`) syntax. https://github.com/rescript-lang/rescript/pull/7520
38
38
- Improve a few error messages around various subtyping issues. https://github.com/rescript-lang/rescript/pull/7404
39
+
- In module declarations, accept the invalid syntax `M = {...}` and format it to `M : {...}`. https://github.com/rescript-lang/rescript/pull/7527
40
+
41
+
#### :house: Internal
42
+
39
43
- Refactor the ast for record expressions and patterns. https://github.com/rescript-lang/rescript/pull/7528
0 commit comments