Skip to content

Commit 6183504

Browse files
committed
Update CHANGELOG.md
1 parent 89a9d71 commit 6183504

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ These are only breaking changes for unformatted code.
381381

382382
#### :boom: Breaking Change
383383

384-
- Vendor genType, which does not need to be installed separately anymore. **Only TypeScript back-end** supported.
385384
- Pipe `->` does not support a code block on the right-hand side e.g. `x->{ open A; get("test") }`
386385

387386
#### :rocket: New Feature
@@ -421,6 +420,8 @@ These are only breaking changes for unformatted code.
421420
- Changed return type of `Js.String.match_` as it was wrong. [#5070](https://github.com/rescript-lang/rescript-compiler/pull/5070)
422421
- Example: any use of `Js.String.match_` and `Js.String2.match_`
423422
- Fix: follow the type errors
423+
- GenType is now vendored in the compiler and drops support for the Flow and untyped back-ends to focus on providing a better experience for TypeScript.
424+
- Fix: keep on using the older version of the compiler and the separate genType package if Flow support is required. Migrate to TS if one wants to upgrade the compiler version.
424425

425426
#### :rocket: New Feature
426427

0 commit comments

Comments
 (0)