From 06a380126d56cad502c7dfca24db3171fe7b95d0 Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Wed, 13 Mar 2024 02:37:11 +0000 Subject: [PATCH] Update to 6.4.0 --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9d3b654c8..576fac549 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +## 6.4.0 - Mar 12 2024 + +- Update FSharp.Core to 6.0.1 by @Thorium +- Fix for a bug where FSharp.Data.DesignTime stays on la ock that prevents closing VS 2022 by @Thorium + ## 6.3.0 - Apr 30 2023 - Add support for plain control types by @kant2002 in https://github.com/fsprojects/FSharp.Data/pull/1487