Skip to content

Commit 67dbb58

Browse files
committed
Update CHANGELOG.md
Fixes #6112
1 parent 869a490 commit 67dbb58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ https://github.com/rescript-lang/rescript-compiler/pull/5968 https://github.com/
3333
- Customization of runtime representation of variants. This is work in progress. E.g. some restrictions on the input. See comments of the form "TODO: put restriction on the variant definitions allowed, to make sure this never happens". https://github.com/rescript-lang/rescript-compiler/pull/6095
3434
- Introduce untagged variants https://github.com/rescript-lang/rescript-compiler/pull/6103
3535
- GenType: add the option to use the `@genType` annotation at the module level, meaning that all the items in the module should be exported. https://github.com/rescript-lang/rescript-compiler/pull/6113
36+
- GenType: add support for `@genType` annotations on module definitions. https://github.com/rescript-lang/rescript-compiler/pull/6113
3637

3738
#### :boom: Breaking Change
3839

@@ -70,6 +71,7 @@ These are only breaking changes for unformatted code.
7071
- Fix parsing uncurried type starting with path https://github.com/rescript-lang/rescript-compiler/pull/6089
7172
- Fix bigInt comparison https://github.com/rescript-lang/rescript-compiler/pull/6097
7273
- Fixed a bug where the async attribute was not preserved when using the `@this` decorator in ReScript functions. This fix allows proper handling of async functions with the `@this` decorator. Issue: https://github.com/rescript-lang/rescript-compiler/issues/6100
74+
- Fix issue with GenType and module aliases https://github.com/rescript-lang/rescript-compiler/issues/6112
7375

7476
#### :nail_care: Polish
7577

0 commit comments

Comments
 (0)