Skip to content

Commit e6fc780

Browse files
committed
Update changelog
1 parent 39f5617 commit e6fc780

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
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+
1320
# 11.0.0-rc.1
1421

1522
#### :rocket: New Feature
@@ -25,7 +32,6 @@
2532
- Conditionally print error message about record with missing label potentially being a component. https://github.com/rescript-lang/rescript-compiler/pull/6337
2633
- 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
2734
- 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
2935

3036
# 11.0.0-beta.4
3137

syntax

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit c2b5750f5fa8b9a50875ec7d6ff96319171f46a7

0 commit comments

Comments
 (0)