From 143870e923d9ba2224d77f354f976f6dd1f8ba63 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Thu, 9 Mar 2023 10:41:18 -0800 Subject: [PATCH] Update changelog in preparation for release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1322be9074..9122028dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog All changes to the project will be documented in this file. -## [1.39.5] - not yet released +## [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)) ## [1.39.4] - 2023-01-18 * Disable snippets in sync completion (PR: [#2497](https://github.com/OmniSharp/omnisharp-roslyn/pull/2497))