Skip to content

Commit

Permalink
mention fixed incorrect failures on specific operator combinations in…
Browse files Browse the repository at this point in the history
… changelog
  • Loading branch information
lue-bird committed Sep 10, 2024
1 parent d604554 commit 27931e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

- The parser is stricter in a few cases where code that was incorrect (according to the Elm compiler) was successfully parsed: tuple patterns and type annotations with more than 3 elements, non-associative operators (so no more `a < b < c`), lambda indentation
- The parser removes incorrect failures with specific operator combinations like `a + b /= 0` due to specifics of the pratt parser

## [7.3.5] - 2024-08-30

Expand Down

0 comments on commit 27931e1

Please sign in to comment.