Skip to content

Commit bd0aa91

Browse files
committed
Update changelog
1 parent 1820f53 commit bd0aa91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Changes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
`*` means potential break changes
1+
`*` means potential breaking changes
22

3-
# master
3+
# 10.0.0-beta.1
44

5+
- Fixed crash in `rescript build` on Windows [#5516](https://github.com/rescript-lang/rescript-compiler/pull/5516)
6+
- Fixed `rescript init` command not working [#5526](https://github.com/rescript-lang/rescript-compiler/pull/5526)
57
- `*` `bsconfig.json` does not support // line comments anymore
68
- `*` Externals without `@val` annotations do not work anymore, and externals with `= ""` give an error.
79
- `*` Regular expressions don't need escaping. E.g. `let blockCommentsRe = %re("/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*+\\//g")` is now `let blockCommentsRe = %re("/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\//g")`.

0 commit comments

Comments
 (0)