Skip to content

Commit 5496073

Browse files
committed
changelogs for v0.59.6
1 parent f491a20 commit 5496073

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.59.6] - 2023-04-21
4+
5+
### Added
6+
7+
* [A new codefix to add the 'private' access modifier to bindings and types](https://github.com/fsharp/fsautocomplete/pull/1089) (thanks @dawedawe!)
8+
9+
### Fixed
10+
11+
* [Make the 'convert to positional DU pattern' codefix work in more cases](https://github.com/fsharp/fsautocomplete/pull/1090) (thanks @dawedawe!)
12+
* [Handle text changes when they are empty in the classic LSP Server](https://github.com/fsharp/fsautocomplete/pull/1100) (thanks @augustfengd!)
13+
* [Detect Expecto's Task-based tests](https://github.com/fsharp/fsautocomplete/pull/1105) (thanks @ratsclub!)
14+
15+
### Changed
16+
17+
* [Update Ionide.ProjInfo to get more logging](https://github.com/fsharp/fsautocomplete/pull/1093) (thanks @theangrybyrd!)
18+
* [Update tooltips and Info Panel documentation](https://github.com/fsharp/fsautocomplete/pull/1099) (thanks @MaximeMangel!)
19+
* [Update the xml doc generation codefix to work in more places](https://github.com/fsharp/fsautocomplete/pull/1106) (thanks @dawedawe!)
20+
* [Make async more pervasive in the codebase and use AsyncAdaptive values in the Adaptive LSP](https://github.com/fsharp/FsAutoComplete/pull/1088) (thanks @theangrybyrd!)
21+
22+
323
## [0.59.5] - 2023-04-21
424

525
### Added

src/FsAutoComplete/paket.references

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ FSharp.UMX
99
FsToolkit.ErrorHandling
1010
FsToolkit.ErrorHandling.TaskResult
1111
ICSharpCode.Decompiler
12+
IcedTasks
1213
Ionide.KeepAChangelog.Tasks
1314
Ionide.LanguageServerProtocol
1415
Ionide.ProjInfo.ProjectSystem

0 commit comments

Comments
 (0)