Skip to content

Commit 5e627f6

Browse files
changelog
1 parent 1020dee commit 5e627f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ profile. This started with version 0.26.0.
7777

7878
- Fix a crash on `type 'a t = A : 'a. {a: 'a} -> 'a t`. (#2710, @EmileTrotignon)
7979

80+
- Fix a crash where `type%e nonrec t = t` was formatted as `type nonrec%e t = t`,
81+
which is invalid syntax. (#2712, @EmileTrotignon)
82+
8083
### Changed
8184

8285
- `|> begin`, `~arg:begin`, `begin if`, `lazy begin`, `begin match`,

0 commit comments

Comments
 (0)