From de7704fe09687ba6d7a38a23e11ec8879565fe8d Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Sun, 13 Oct 2019 19:44:24 +0100 Subject: [PATCH] Remove dropped feature Need to test whether removing the auto-load attribute entirely works on VS2017 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd10a76cf..c852269e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ All notable changes to the code converter will be documented here. * Visual Studio built-in simplification applied post-conversion (#386) ### Vsix -* Load extension only when menu item clicked (multi-project conversion menu not present until project loaded) * Improve UI responsiveness and output window details while converting ### VB -> C#