From 59d9bdae22c366fe88885dde5f97a95f3fcc61bb Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Fri, 17 May 2024 10:58:00 -0500 Subject: [PATCH] fix release notes --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f4f95d5e..0ab9c54e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 7.20.1 - 17.05.2024 + +* Fixed: The .NET 8 build of FsAutoComplete wasn't being included in the build. Now it is! + ### 7.20.0 - 15.05.2024 * ADDED: New flag to enable the F# Compiler's Transparent Compiler mode. Set `FSharp.fcs.transparentCompiler.enabled` to `true` to opt into the experimental analysis mode. This mode should be faster than the previous APIs, but may be unstable and may use more memory. As a result, it is still in an experimental mode and must be opted-in to.