Skip to content

Commit 86633e2

Browse files
authored
Merge pull request #6799 from cknitt/11-to-master
Merge 11.0_release into master
2 parents 8403cdb + 9b01ad1 commit 86633e2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
#### :bug: Bug Fix
2828

2929
- Fix unhandled cases for exotic idents (allow to use exotic PascalCased identifiers for types). https://github.com/rescript-lang/rescript-compiler/pull/6777
30-
- Fix issue of incorrect switch cases with identical bodies when mixing object and array. https://github.com/rescript-lang/rescript-compiler/pull/6792
31-
- Fix formatter eats comments on the first argument of an uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763
32-
- Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
3330

3431
#### :house: Internal
3532

@@ -52,6 +49,14 @@
5249
- Improve unused attribute warning message. https://github.com/rescript-lang/rescript-compiler/pull/6787
5350
- Remove unused -no-stdlib compiler option. https://github.com/rescript-lang/rescript-compiler/pull/6778
5451

52+
# 11.1.1
53+
54+
#### :bug: Bug Fix
55+
56+
- Fix issue of incorrect switch cases with identical bodies when mixing object and array. https://github.com/rescript-lang/rescript-compiler/pull/6792
57+
- Fix formatter eats comments on the first argument of a uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763
58+
- Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
59+
5560
# 11.1.0
5661

5762
#### :bug: Bug Fix

0 commit comments

Comments
 (0)