Skip to content

Commit 40a81bc

Browse files
committed
Update changelog
1 parent dc0a24c commit 40a81bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

1515
#### :bug: Bug Fix
1616

17-
- Fix issue with GenType and labelled arguments https://github.com/rescript-lang/rescript-compiler/pull/6406
17+
- Fix issue with GenType and labelled arguments. https://github.com/rescript-lang/rescript-compiler/pull/6406
18+
- Fix dependencies reinitialization on every change in watch mode. Leads to faster rebuilds and cleaner terminal. https://github.com/rescript-lang/rescript-compiler/pull/6404
1819

1920
#### :rocket: New Feature
2021

@@ -27,6 +28,9 @@
2728

2829
- A little performance improvement for JSX V4 runtime helper by removing one object allocation for components with key prop. https://github.com/rescript-lang/rescript-compiler/pull/6376
2930
- The error message for "toplevel expressions should evaluate to unit" has been revamped and improved. https://github.com/rescript-lang/rescript-compiler/pull/6407
31+
- Display the compile time for `rescript build` command. https://github.com/rescript-lang/rescript-compiler/pull/6404
32+
- Actualize help message for `build` and `clean` commands. https://github.com/rescript-lang/rescript-compiler/pull/6404
33+
- Pass through the `-verbose` flag to builds in watch mode. https://github.com/rescript-lang/rescript-compiler/pull/6404
3034

3135
# 11.0.0-rc.3
3236

0 commit comments

Comments
 (0)