Skip to content

Commit 5867125

Browse files
committed
7.3.9
1 parent ebe4944 commit 5867125

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [Unreleased]
44

5+
## [7.3.9] - 2025-06-10
6+
7+
- Fixed a bug where negation after a comma was considered incorrect syntax.
8+
- Fix an infinite recursion bug when the file would end with quotes or `[glsl|`
9+
510
## [7.3.8] - 2024-12-07
611

7-
- Performance improvement of the parser (small improvement for optimized builds, **massive** improvement for non-optimized compilations, (thanks @miniBill!)
12+
- Performance improvement of the parser (small improvement for optimized builds, **massive** improvement for non-optimized compilations), (thanks @miniBill!)
813

914
## [7.3.7] - 2024-09-11
1015

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

163-
[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.8...HEAD
168+
[Unreleased]: https://github.com/stil4m/elm-syntax/compare/v7.3.9...HEAD
169+
[7.3.9]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.9
164170
[7.3.8]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.8
165171
[7.3.7]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.7
166172
[7.3.6]: https://github.com/stil4m/elm-syntax/releases/tag/7.3.6

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "stil4m/elm-syntax",
44
"summary": "Elm Syntax in Elm: for parsing and writing Elm in Elm",
55
"license": "MIT",
6-
"version": "7.3.8",
6+
"version": "7.3.9",
77
"exposed-modules": [
88
"Elm.Dependency",
99
"Elm.Interface",

0 commit comments

Comments
 (0)