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
+7-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
+
14
+
# 11.0.0-rc.2 (Unreleased)
15
+
16
+
#### :rocket: New Feature
17
+
18
+
-`rescript build` will always build its dependency by default. The argument `-with-deps` is not needed anymore. https://github.com/rescript-lang/rescript-compiler/pull/6350
19
+
13
20
# 11.0.0-rc.1
14
21
15
22
#### :rocket: New Feature
@@ -25,7 +32,6 @@
25
32
- Conditionally print error message about record with missing label potentially being a component. https://github.com/rescript-lang/rescript-compiler/pull/6337
26
33
- Put definition in the bottom and the actual error at the top when reporting errors for supplying fields etc with the wrong name. https://github.com/rescript-lang/rescript-compiler/pull/6336
27
34
- Fix left over places where polyvariant tag names were printed in OCaml syntax instead of ReScript. https://github.com/rescript-lang/rescript-compiler/pull/6348
28
-
-`rescript build` will always build its dependency by default. The argument `-with-deps` is not needed anymore. https://github.com/rescript-lang/rescript-compiler/pull/6350
0 commit comments