Skip to content

Commit

Permalink
move the changelog to compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Nov 7, 2022
1 parent 917e680 commit 78206f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- `npm i -g rescript@9`
- `rescript convert <reason files>`
- Remove obsolete built-in project templates and the "rescript init" functionality. This will be replaced by the create-rescript-app project that is maintained separately.
- Parse the attributes of labelled argument to the pattern attributes of argument instead of function.

#### :boom: Breaking Change

Expand Down
1 change: 0 additions & 1 deletion res_syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#### :boom: Breaking Change

- Emit an error when a `@string` or `@int` attribute is used in a V4 component https://github.com/rescript-lang/rescript-compiler/issues/5724
- Parse the attributes of labelled argument to the pattern attributes of argument instead of function.

#### :rocket: New Feature

Expand Down

0 comments on commit 78206f4

Please sign in to comment.