Skip to content

Commit

Permalink
changelogs for the next version (#966)
Browse files Browse the repository at this point in the history
* changelogs for the next version

Co-authored-by: Krzysztof Cieślak <[email protected]>
  • Loading branch information
baronfel and Krzysztof-Cieslak authored Jul 12, 2022
1 parent 4c042a7 commit 1fe4bb9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.55.0] - 2022-07-12

### Added

* [Support for LSP 3.17 InlayHints](https://github.com/fsharp/FsAutoComplete/pull/943)

### Fixed

* [Codelens for -1 reference no longer shown](https://github.com/fsharp/FsAutoComplete/pull/965)
* [Remove backticks for signatures in signature help](https://github.com/fsharp/FsAutoComplete/pull/964)
* [Tons of bugs and enhancements to InlayHints](https://github.com/fsharp/FsAutoComplete/pull/957) (thanks @Booksbaum!)
* [Renames and reference counts are more accurate](https://github.com/fsharp/FsAutoComplete/pull/945)
* [Fix index out of bounds in signature helpers](https://github.com/fsharp/FsAutoComplete/pull/956) (thanks @Booksbaum!)

### Changed

* [Use the parent dotnet binary to set the toolspath](https://github.com/fsharp/FsAutoComplete/pull/958)

### Removed

* [FAKE Integration](https://github.com/fsharp/FsAutoComplete/pull/961)
* Custom InlayHints - (fsharp/inlayHints, removed in favor of LSP inlayHints)

## [0.54.0] - 2022-05-29

### Fixed
Expand Down

0 comments on commit 1fe4bb9

Please sign in to comment.