Skip to content

Commit fa94627

Browse files
committed
Update CHANGELOG.md
1 parent 1afc323 commit fa94627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
- Fix: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
6969
- Example2: `[@val] external setTimeout: (unit => unit, int) => float = ""` is not supported anymore.
7070
- Fix2: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
71-
- String constants don't need escaping anymore.
71+
- Strings processed at compile-time don't need escaping anymore.
7272
- Example: `let blockCommentsRe = %re("/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*+\\//g")`.
7373
- Fix: use `let blockCommentsRe = %re("/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\//g")` instead.
7474
- Remove parsing of "import" and "export" which was never officially supported https://github.com/rescript-lang/syntax/pull/597 https://github.com/rescript-lang/syntax/pull/599

0 commit comments

Comments
 (0)