Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Oct 15, 2023
1 parent ad75b91 commit 7285796
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.66.0] - 2023-10-15

### Removed

* [The following options have been removed from the LSP. The old CLI options will trigger a warning if present, but will not crash the server]((https://github.com/fsharp/FsAutoComplete/pull/1174)) (Thanks @TheAngryByrd!)
* The older, Non-Adaptive LSP implementation (in favor of using the Adaptive LSP server)
* NamedText (in favor of RoslynSourceText)

### Changed

* [The Inlay Hints' Parameter Hints learned how to show parameter hints for constructor arguments and method parameters](https://github.com/fsharp/FsAutoComplete/pull/1176)

## [0.65.0] - 2023-10-09

### Added
Expand Down

0 comments on commit 7285796

Please sign in to comment.