From fcd892c79cdad9725bda91da46b73bde54c91dd7 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 21 Sep 2024 17:09:37 -0400 Subject: [PATCH] Bump Version to 7.21.2 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 011875ef..fdb656f4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 7.21.2 - 21.09.2024 + +* FIXED: [Fix Find References in CodeLens](https://github.com/ionide/ionide-vscode-fsharp/pull/2042) from @PaigeM80 + ### 7.21.1 - 07.09.2024 * Updated to FSAC 0.74.1. This release includes fixes for the floating codelens issue users have reported, updates to the Fantomas integration to allow usage with the global-tool installation of fantomas, and an enhancement to the 'generate cases' code action for DU matches that allows it to generate cases even when no matches have been entered.