Skip to content

Commit

Permalink
chore: add changelog entries for the latest improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 29, 2024
1 parent ff00dc4 commit 04f13c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
[#2684](https://github.com/reasonml/reason/pull/2684)).
- Parse and print attributes in binding `let` ops (@anmonteiro,
[#2777](https://github.com/reasonml/reason/pull/2777)).
- Parse polymorphic variants starting with `[|` (@anmonteiro,
[#2781](https://github.com/reasonml/reason/pull/2781))
- Always add a line break in records with 2 or more fields (@anmonteiro,
[#2779](https://github.com/reasonml/reason/pull/2779))
- Always break nonempty doc comments after `*/` (@anmonteiro,
[#2780](https://github.com/reasonml/reason/pull/2780))
- Improve printing of arrows with labelled arguments (@anmonteiro,
[#2778](https://github.com/reasonml/reason/pull/2778))

## 3.12.0

Expand Down

0 comments on commit 04f13c3

Please sign in to comment.