From 7d2d2ec851392fb7ed08b520a1be7782f24eb3be Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Thu, 7 Mar 2024 18:52:05 -0500 Subject: [PATCH] changelog for v0.71.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ae0a1a3..b283d9487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## Unreleased +## [0.71.0] - 2024-03-07 + +### Added + +* [Add unnecessary parentheses analyzer & code fix](https://github.com/fsharp/FsAutoComplete/pull/1235) (thanks @brianrourkeboll) + +### Fixed + +* [Fix debugger regression](https://github.com/fsharp/FsAutoComplete/pull/1230/files) (thanks @baronfel) + +### Changed + +* [Slightly better Project Loading messages](https://github.com/fsharp/FsAutoComplete/pull/1234) (thanks @TheAngryByrd) +* [add missing keyword list and extra information](https://github.com/fsharp/FsAutoComplete/pull/1226) (thanks @jkone27) +* [Speed up project load times](https://github.com/fsharp/FsAutoComplete/pull/1245) (thanks @TheAngryByrd) + ## [0.70.1] - 2024-02-13 ### Fixed