Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 623b8bd

Browse files
committedAug 19, 2023
Update changelog
1 parent d648bda commit 623b8bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
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

19+
#### :boom: Breaking Change
20+
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
22+
1923
#### :bug: Bug Fix
2024

2125
- Fixed outcome printer resolution of uncurried config. https://github.com/rescript-lang/rescript-compiler/pull/6353

0 commit comments

Comments
 (0)
Please sign in to comment.