From 1f2e736265343762efacf639a8e3829a6eccc116 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Mon, 13 Mar 2023 23:01:13 -0700 Subject: [PATCH] Update changelog for 1.39.6 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9122028dd5..933f5328db 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.6] - 2023-03-14 +* Use new VS threading version to match with Razor (PR:[#2518](https://github.com/OmniSharp/omnisharp-roslyn/pull/2518)) + ## [1.39.5] - 2023-03-09 * Update to Roslyn `4.6.0-3.23153.5` (PR:[#2511](https://github.com/OmniSharp/omnisharp-roslyn/pull/2511)) * Report to the client if the project being loaded is sdk style (PR:[#2502](https://github.com/OmniSharp/omnisharp-roslyn/pull/2502))