From 3b75e1fa20f7c1848d7e44df0f263b10d9783d12 Mon Sep 17 00:00:00 2001 From: filipw Date: Wed, 5 Dec 2018 21:49:47 +0100 Subject: [PATCH] CHANGELOG.md update for bug #1351 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d56b18ab..1c3c3f88d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All changes to the project will be documented in this file. ## [1.32.9] - not yet released * Updated to Roslyn 2.10.0 (PR: [#1344](https://github.com/OmniSharp/omnisharp-roslyn/pull/1344)) +* Incorporate *IndentSwitchCaseSection* into OmniSharp's formatting options. This fixes the default formatting behavior, as the setting is set to *true* by default, and still allows users to disable it if needed, since it's exposed now. ([#1351](https://github.com/OmniSharp/omnisharp-roslyn/issues/1351), PR: [#1353](https://github.com/OmniSharp/omnisharp-roslyn/pull/1353)) ## [1.32.8] - 2018-11-14 * Fixed MSBuild discovery path (1.32.7 regression) (PR: [#1337](https://github.com/OmniSharp/omnisharp-roslyn/pull/1337))