From 532c07a112b3dfd32df806d4ec3c947b73ec261b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 3 Oct 2021 12:08:18 -0500 Subject: [PATCH] Last, hopefully, note for 4.7.0 release. --- doc/src/history.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/history.adoc b/doc/src/history.adoc index 311c900ef..4f69eebfd 100644 --- a/doc/src/history.adoc +++ b/doc/src/history.adoc @@ -3,9 +3,16 @@ == Version 4.7.0 +Many, many fixes and internal cleanups in this release. But also adding +auto-detection and bootstrap for VS 2022 preview toolset. + * *New:* Add vc143, aka VS2022, aka cl.exe 17.x toolset support. Includes building engine and automatic detection of the prerelease toolset. -- _Sergei Krivonos_ +* Allow alias targets to continue even if `no` is in the usage + requirement. Which allows composition of alias targets that may contain + optional targets, like tests. + -- _Dmitry Arkhipov_ * Fix use of `JAMSHELL` in gcc toolset. -- _René Ferdinand Rivera Morell_ * Fix compiling b2 enging such that it rowks when run in cross-architecture