From dc3de91dbc188589673cb7576db11c5f73977cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Sat, 12 Aug 2023 19:51:37 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992272a6..7a147d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +* Make --solution cmd line param take effect even when the editor provides us +with `csharp.` settings; + - By @vytautassurvila in https://github.com/razzmatazz/csharp-language-server/pull/105 * Upgrade dependencies: Roslyn, ICSharpCode.Decompiler, Microsoft.Build; * Support formatting options - By @weirongxu in https://github.com/razzmatazz/csharp-language-server/pull/94