Skip to content

Commit

Permalink
changelogs for 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Feb 20, 2023
1 parent 1192f40 commit 24ceac2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Changelog

## [0.59.0] - 2023-02-20

### Added

* [Support for F# 7](https://github.com/fsharp/fsautocomplete/pull/1043)
* 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.

### Changed

* [`fsharp/piplineHint` is now powered by the LSP InlineValues functionality](https://github.com/fsharp/fsautocomplete/pull/1042) (thanks @kaashyapan!)
* [Test fixes and enhancements for Adaptive mode](https://github.com/fsharp/fsautocomplete/pull/1053) (thanks @theangrybyrd!)

## [0.58.5] - 2023-02-04

### Added

* Add textDocument/inlineValue from LSP 3.17
* InlineValue config option to shadow PipelineHint config option
* Fix inlayHints for typed params #1046

## [0.58.4] - 2023-02-04

### Added

* Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory

## [0.58.3] - 2023-02-04
Expand Down

0 comments on commit 24ceac2

Please sign in to comment.