Skip to content

Commit f815c76

Browse files
committed
CHANGELOG
1 parent 6cac813 commit f815c76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414

1515
#### :boom: Breaking Change
1616

17-
- The legacy rescript cli can be called through rewatch via `rewatch legacy`. Arguments to rewatch need to be passed after the subcommand. Argument `--compiler-args` is now a subcommand `compiler-args`. https://github.com/rescript-lang/rescript/pull/7551
17+
- New `rewatch` based build system. https://github.com/rescript-lang/rescript/pull/7551 https://github.com/rescript-lang/rescript/pull/7593
18+
- The new `rewatch` based build system is now the default and is exposed through the `rescript` command. The `rewatch` command has been removed.
19+
- The previous Ninja-based build system is now available via the `rescript legacy` subcommand.
20+
- Argument `--compiler-args` is now a subcommand `compiler-args`.
1821
- Remove `String.getSymbol` from standard library. https://github.com/rescript-lang/rescript/pull/7571
1922
- Remove `String.getSymbolUnsafe` from standard library. https://github.com/rescript-lang/rescript/pull/7571
2023
- Remove `String.setSymbol` from standard library. https://github.com/rescript-lang/rescript/pull/7571

0 commit comments

Comments
 (0)