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
Fix idempotency problem when reformatting type declaration with large when clause (#2897)
* Fix idempotency problem when reformatting type declaration with large when clause
* Update unit test.
* Add 6.0.5 release version
---------
Co-authored-by: Florian Verdonck <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## [6.0.5] - 2023-06-06
4
+
5
+
### Fixed
6
+
* Idempotency problem when reformatting type declaration with large when clause. [#2896](https://github.com/fsprojects/fantomas/issues/2896)
0 commit comments