You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
## [Unreleased]
4
4
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
+
5
10
## [7.3.8] - 2024-12-07
6
11
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!)
8
13
9
14
## [7.3.7] - 2024-09-11
10
15
@@ -160,7 +165,8 @@ With this change some additional big changes were made to the projects and the d
160
165
- Range information is added to a significant bigger set of AST elements.
161
166
- The decoders and encoders for the specific AST elements are moved to their modules (`Elm.Syntax.*`).
0 commit comments