aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBence Szépkúti <bence.szepkuti@arm.com>2024-03-15 12:14:39 +0100
committerBence Szépkúti <bence.szepkuti@arm.com>2024-03-15 12:14:39 +0100
commita32546c96e5c12b8b4b28d22e5ec3f1c9e819368 (patch)
tree96986edfc8d4e4d35eaced75eb82f7f6d030ef61
parentae0d97ab8bedbfcc0bfd2f682287028e0fbdd443 (diff)
downloadmbedtls-a32546c96e5c12b8b4b28d22e5ec3f1c9e819368.zip
mbedtls-a32546c96e5c12b8b4b28d22e5ec3f1c9e819368.tar.gz
mbedtls-a32546c96e5c12b8b4b28d22e5ec3f1c9e819368.tar.bz2
Update changelog
Expand MSVC to Visual Studio and announce the moving of the solution files. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
-rw-r--r--ChangeLog.d/drop-msvc-2015-and-armcc-5.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt b/ChangeLog.d/drop-msvc-2015-and-armcc-5.txt
index de37c27..435cc98 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.