Skip to content

Commit 0184ec5

Browse files
Prepare for 12.0.0-beta.4 release (#7743)
1 parent 12debe4 commit 0184ec5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
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
1421

1522
#### :nail_care: Polish
1623

@@ -20,13 +27,6 @@
2027
- Use more optional args in stdlib and deprecate some functions. https://github.com/rescript-lang/rescript/pull/7730
2128
- Improve error message for when trying to do dot access on an option/array. https://github.com/rescript-lang/rescript/pull/7732
2229

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
29-
3030
# 12.0.0-beta.3
3131

3232
#### :boom: Breaking Change

0 commit comments

Comments
 (0)