Skip to content

Commit

Permalink
Add release note for double msvc init fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 14, 2024
1 parent 1c90714 commit 3c0f563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/src/history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0f563

Please sign in to comment.