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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,14 @@
10
10
> -:nail_care:[Polish]
11
11
> -:house:[Internal]
12
12
13
-
# 12.0.0-beta.4 (Unreleased)
13
+
# 12.0.0-beta.4
14
+
15
+
#### :bug: Bug fix
16
+
17
+
- Fix error message that falsely suggested using coercion when it wouldn't work. https://github.com/rescript-lang/rescript/pull/7721
18
+
- Fix hang in `rescript-editor-analysis.exe codeAction` that sometimes prevented ReScript files from being saved in VS Code. https://github.com/rescript-lang/rescript/pull/7731
19
+
- Fix formatter removing () from functor type. https://github.com/rescript-lang/rescript/pull/7735
20
+
- Rewatch: don't compile dev-dependencies of non local dependencies with `--dev`. https://github.com/rescript-lang/rescript/pull/7736
14
21
15
22
#### :nail_care: Polish
16
23
@@ -20,13 +27,6 @@
20
27
- Use more optional args in stdlib and deprecate some functions. https://github.com/rescript-lang/rescript/pull/7730
21
28
- Improve error message for when trying to do dot access on an option/array. https://github.com/rescript-lang/rescript/pull/7732
22
29
23
-
#### :bug: Bug fix
24
-
25
-
- Fix error message that falsely suggested using coercion when it wouldn't work. https://github.com/rescript-lang/rescript/pull/7721
26
-
- Fix hang in `rescript-editor-analysis.exe codeAction` that sometimes prevented ReScript files from being saved in VS Code. https://github.com/rescript-lang/rescript/pull/7731
27
-
- Fix formatter removes () from functor type. https://github.com/rescript-lang/rescript/pull/7735
28
-
- Rewatch: don't compile dev-dependencies of non local dependencies with `--dev`. https://github.com/rescript-lang/rescript/pull/7736
0 commit comments