Skip to content

Commit 5d38f55

Browse files
committed
changelog
1 parent be4f441 commit 5d38f55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
- Remove obsolete `@bs.open` feature. https://github.com/rescript-lang/rescript-compiler/pull/6629
2424
- Drop Node.js version <18 support, due to it reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/6429
2525

26+
#### :bug: Bug Fix
27+
28+
- Fix exotic ParscalCased identifiers for type names. https://github.com/rescript-lang/rescript-compiler/pull/6658
29+
2630
#### :house: Internal
2731

2832
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
@@ -38,6 +42,7 @@
3842
- Fix indent in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6747
3943
- In generated code, use `let` instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6102
4044
- Turn off transformation for closures inside loops when capturing loop variables, now that `let` is emitted instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6480
45+
- Allow [future reserved words in older standards](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#future_reserved_words_in_older_standards) as identifiers. https://github.com/rescript-lang/rescript-compiler/pull/6658
4146

4247
# 11.1.0
4348

0 commit comments

Comments
 (0)