From 9bd0174ce8183b41b1e3cbb062a43aa12428cc1a Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 27 Apr 2024 11:53:47 -0400 Subject: [PATCH] changelog for v7.19.1 --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1e24a46d..1193231a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 7.19.0 - 25.04.2024 +### 7.19.1 - 25.04.2024 * ADDED: [Add config entry for parens analyzer](https://github.com/ionide/ionide-vscode-fsharp/pull/1994) (Thanks! @brianrourkeboll!) * ADDED: [Adds arbitrary additional arguments to be passed to fsac](https://github.com/ionide/ionide-vscode-fsharp/pull/2004) (Thanks @TheAngryByrd!) * FIX: [Escape quotes in test filter expressions](https://github.com/ionide/ionide-vscode-fsharp/pull/1999) (Thanks @farlee2121!)