Skip to content

Commit 2b2c90d

Browse files
authoredAug 28, 2023
Update changelog (prepare for rc 2 release) (#6371)
1 parent 1f06ec4 commit 2b2c90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.0.0-rc.2 (Unreleased)
13+
# 11.0.0-rc.2
1414

1515
#### :rocket: New Feature
1616

1717
- `rescript build` will always build its dependency by default. The argument `-with-deps` is not needed anymore. https://github.com/rescript-lang/rescript-compiler/pull/6350
1818

1919
#### :boom: Breaking Change
2020

21-
- Stop mangling object field names. If you had objects with field names containing "__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes. https://github.com/rescript-lang/rescript-compiler/pull/6354
21+
- Stop mangling object field names. If you had objects with field names containing "__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes. https://github.com/rescript-lang/rescript-compiler/pull/6354
2222

2323
#### :bug: Bug Fix
2424

0 commit comments

Comments
 (0)
Please sign in to comment.