From 3c0f5630157c3db1025b54c2f6da25cf234b8e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Rivera?= Date: Thu, 13 Jun 2024 22:40:55 -0500 Subject: [PATCH] Add release note for double msvc init fix. --- doc/src/history.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/history.adoc b/doc/src/history.adoc index 8735a5ae8a..438d193736 100644 --- a/doc/src/history.adoc +++ b/doc/src/history.adoc @@ -9,6 +9,12 @@ user code to handle the conbination of turning off exceptions while treating warnings as errors, and getting warnings/errors from the std library by having the users silence the warning themselves. +This patch also fixes the case of asking to initialize any msvc toolset +versions (`using msvc ;`) when there are already versions initialized. Instead +of erroring to say that a version is already in use, it considers the set +of already initialized msvc toolsets as satisfying the request to generally +initialize msvc. + == Version 5.2.0 Many fixes in this release from regular contributors Nikita and Dmitry. There