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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,29 @@
1
1
# Changelog
2
2
3
+
## [0.59.0] - 2023-02-20
4
+
5
+
### Added
6
+
7
+
*[Support for F# 7](https://github.com/fsharp/fsautocomplete/pull/1043)
8
+
* Note that as a side effect of this, some codefixes have been temporarily disabled. We'll be working on re-enabling them in the near future in conjuntions with the F# team.
9
+
10
+
### Changed
11
+
12
+
*[`fsharp/piplineHint` is now powered by the LSP InlineValues functionality](https://github.com/fsharp/fsautocomplete/pull/1042) (thanks @kaashyapan!)
13
+
*[Test fixes and enhancements for Adaptive mode](https://github.com/fsharp/fsautocomplete/pull/1053) (thanks @theangrybyrd!)
14
+
3
15
## [0.58.5] - 2023-02-04
4
16
17
+
### Added
18
+
5
19
* Add textDocument/inlineValue from LSP 3.17
6
20
* InlineValue config option to shadow PipelineHint config option
7
21
* Fix inlayHints for typed params #1046
8
22
9
23
## [0.58.4] - 2023-02-04
10
24
25
+
### Added
26
+
11
27
* Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory
0 commit comments