Skip to content

Commit f2c061b

Browse files
committed
docs: add changelog entry
1 parent 3e67836 commit f2c061b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Allow `@directive` on functions for emitting function level directive code (`let serverAction = @directive("'use server'") (~name) => {...}`). https://github.com/rescript-lang/rescript-compiler/pull/6756
1818
- Add `rewatch` to the npm package as an alternative build tool. https://github.com/rescript-lang/rescript-compiler/pull/6762
1919
- Throws an instance of JavaScript's `new Error()` and adds the extension payload for `cause` option. https://github.com/rescript-lang/rescript-compiler/pull/6611
20+
- Allow `private` in with constraints. https://github.com/rescript-lang/rescript-compiler/pull/6843
2021

2122
#### :boom: Breaking Change
2223

0 commit comments

Comments
 (0)