From e74cb53cb59e2ed2720ffc3e8eb8c8250fa2c1e0 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Wed, 12 Feb 2025 23:49:38 -0500 Subject: [PATCH] bump version to 7.24.0 --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0ffc4392..13ce91f5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ + +### 7.24.0 - 12.02.2024 + +* Update to FSAC 0.77.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.77.0) for more details. + ### 7.23.1 - 12.02.2024 * [Restore variable evaluation in FSI](https://github.com/ionide/ionide-vscode-fsharp/pull/2061) from @enzian