From 5a94c0068418e14bf5ebf66e26b7c47b327f8b26 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Wed, 14 Jun 2023 22:09:38 -0500 Subject: [PATCH] changelogs for v0.60.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 700748511..400d967a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.60.0] - 2023-06-14 + +### Added + +* [A new codefix for generating missing parameters and return types for XML Documentation](https://github.com/fsharp/FsAutoComplete/pull/1108) (thanks @dawedawe!) + +### Fixed + +* [Abstract classes generation now handles members with attributes](https://github.com/fsharp/FsAutoComplete/pull/1107) + +### Changed + +* [The FSharp.Compiler.Services were updated to 43.7.300, matching the F# Compiler shipped in .NET 7.0.300](https://github.com/fsharp/FsAutoComplete/pull/1116) (thanks @TheAngryByrd!) + ## [0.59.6] - 2023-04-21 ### Added