Skip to content

Commit 24ceac2

Browse files
committed
changelogs for 0.59.0
1 parent 1192f40 commit 24ceac2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Changelog
22

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+
315
## [0.58.5] - 2023-02-04
416

17+
### Added
18+
519
* Add textDocument/inlineValue from LSP 3.17
620
* InlineValue config option to shadow PipelineHint config option
721
* Fix inlayHints for typed params #1046
822

923
## [0.58.4] - 2023-02-04
1024

25+
### Added
26+
1127
* Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory
1228

1329
## [0.58.3] - 2023-02-04

0 commit comments

Comments
 (0)