Skip to content

Commit 7f35700

Browse files
committed
changelog
1 parent b781d6a commit 7f35700

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
- Remove obsolete `@bs.open` feature. https://github.com/rescript-lang/rescript-compiler/pull/6629
2020
- Drop Node.js version <18 support, due to it reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/6429
2121

22+
#### :bug: Bug Fix
23+
24+
- Fix exotic ParscalCased identifiers for type names. https://github.com/rescript-lang/rescript-compiler/pull/6658
25+
2226
#### :house: Internal
2327

2428
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
@@ -31,6 +35,7 @@
3135
- Remove empty export blocks in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6744
3236
- Fix indent for returned/thrown/wrapped in parentheses objects in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6746
3337
- Fix indent in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6747
38+
- 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
3439

3540
# 11.1.0
3641

0 commit comments

Comments
 (0)