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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Changelog
2
2
3
+
## 6.3.16 - 2024-10-29
4
+
5
+
### Fixed
6
+
* Idempotency problem when calling multi-line discriminated union with generic type parameter. [#3132](https://github.com/fsprojects/fantomas/issues/3132)
7
+
3
8
## 6.3.15 - 2024-09-14
4
9
5
10
### Fixed
6
-
* Non needed parentheses are added around lambda call from tuple/members [#3082](https://github.com/fsprojects/fantomas/issues/3082)
11
+
* Non needed parentheses are added around lambda call from tuple/members.[#3082](https://github.com/fsprojects/fantomas/issues/3082)
0 commit comments