From 254acf3af6a6ba4bdb4f89a3aafc694948a5fcef Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 18 Nov 2023 08:59:07 -0500 Subject: [PATCH] Release notes for 7.16.1 --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index af4d110f..3836d1d6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,13 @@ +### 7.16.1 - 18.11.2023 +* [Fix colorisation when declaring abstract member with generics types](https://github.com/ionide/ionide-fsgrammar/pull/205) (Thanks @MangelMaxime!) +* [allow operator symbols after a double slash](https://github.com/ionide/ionide-fsgrammar/pull/203) (Thanks @dawedawe!) + ### 7.16.0 - 17.11.2023 * Update to FSAC 0.68.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.68.0) for more details. (Includes F# 8 support!) ### 7.15.2 - 28.10.2023 * Update to FSAC 0.67.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.67.0) for more details. -* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90) +* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90!) ### 7.15.1 - 19.10.2023 * [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!)