Skip to content

Commit

Permalink
changelog and version bump to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Apr 30, 2022
1 parent 8e7e9c3 commit ef8a0cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.53.0] - 2020-04-29

### Added

* [New Codefix: rename parameter to match signature file](https://github.com/fsharp/FsAutoComplete/pull/917) (thanks @Booksbaum!)
* [Config toggles for both kinds of code lenses](https://github.com/fsharp/FsAutoComplete/pull/931)

### Changed

* [Don't trigger inlay hints for typed bindings](https://github.com/fsharp/FsAutoComplete/pull/922)
* [Updated to Ionide.LanguageServerProtocol 0.4.0](https://github.com/fsharp/FsAutoComplete/pull/933)
* [Trigger fewer inlay hints for certain kinds of parameters](https://github.com/fsharp/FsAutoComplete/pull/932)

### Fixed

* Don't hardcode state file to my personal user directory
* [Don't generate state file in an OS-specific way](https://github.com/fsharp/FsAutoComplete/pull/927)
* [ImplementInterface code fix unification and improvements](https://github.com/fsharp/FsAutoComplete/pull/929) (thanks @Booksbaum!)
* [More trigger locations and behavior fixes for the Add Explicit Type to Parameter CodeFix](https://github.com/fsharp/FsAutoComplete/pull/926) (thanks @Booksbaum!)

## [0.52.1] - 2020-04-16

### Changed
Expand Down

0 comments on commit ef8a0cf

Please sign in to comment.