From a32546c96e5c12b8b4b28d22e5ec3f1c9e819368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Fri, 15 Mar 2024 12:14:39 +0100 Subject: [PATCH] Update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expand MSVC to Visual Studio and announce the moving of the solution files. Signed-off-by: Bence Szépkúti --- ChangeLog.d/drop-msvc-2015-and-armcc-5.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt b/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt index de37c2781d..435cc98492 100644 --- a/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt +++ b/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt @@ -1,2 +1,5 @@ Requirement changes - * Drop support for MSVC 2013, 2015 and Arm Compiler 5. + * Drop support for Visual Studio 2013 and 2015, and Arm Compiler 5. +Changes + * Rename directory containing Visual Studio files from visualc/VS2013 to + visualc/VS2017.