From 2fbef9a7035f78416a4977854b7635ee7abeff36 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Mon, 17 Jul 2023 14:10:34 -0700 Subject: [PATCH] Update changelog for 1.38.8 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f81458066..eeb47abd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +## [1.39.8] - 2023-07-17 +* Use core LSP TokenTypes where possible and validate token names (PR: [#2548](https://github.com/OmniSharp/omnisharp-roslyn/pull/2548)) + ## [1.39.7] - 2023-06-16 * Respond to breaking change in VSCode 1.79.2 in completion (PR:[#2542](https://github.com/OmniSharp/omnisharp-roslyn/pull/2542)) * Use dotnet-cake for build (PR:[#2537](https://github.com/OmniSharp/omnisharp-roslyn/pull/2537))