Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7.3.7
Browse files Browse the repository at this point in the history
jfmengels committed Oct 31, 2024
1 parent 0288306 commit 85e0c92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,10 @@

## [Unreleased]

## [7.3.7] - 2024-09-11

- Fixed a bug where the range was incorrect for imports with both `as` and `exposing`.
- Fixed a bug where the order of comments was incorrect in a case pattern.

## [7.3.6] - 2024-09-11

@@ -153,7 +156,8 @@ With this change some additional big changes were made to the projects and the d
- Range information is added to a significant bigger set of AST elements.
- The decoders and encoders for the specific AST elements are moved to their modules (`Elm.Syntax.*`).

[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.6...HEAD
[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.7...HEAD
[7.3.7]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.7
[7.3.6]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.6
[7.3.5]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.5
[7.3.4]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.4

0 comments on commit 85e0c92

Please sign in to comment.