From e3353360771969be51ab3c84a57a432cf41816cf Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 6 Sep 2023 21:56:01 -0400 Subject: [PATCH] changelog for v0.63.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fef9ace5..62e14bae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.63.0] - 2023-09-06 + +### Added +* [Add support for Expecto theory tests](https://github.com/fsharp/FsAutoComplete/pull/1160) (thanks @Numpsy!) +* [Add Scaffolding for Generating Codefixes](https://github.com/fsharp/FsAutoComplete/pull/1158) (thanks @nojaf!) +### Changed +* [Extract out AST-collecting-walker to a separate function + abstract class](https://github.com/fsharp/FsAutoComplete/pull/1154) (thanks @baronfel!) + +### Fixed +* [Fixed File Index out of range issues](https://github.com/fsharp/FsAutoComplete/pull/1152) (thanks @Happypig375!) + ## [0.62.0] - 2023-08-21 ### Added