From f1ea7d0237fad19ba58da847f04fbf3a9b6061a9 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Tue, 11 Feb 2020 11:41:33 -0700 Subject: [PATCH] [PR #3546] update CHANGES.txt per review [ci skip] Be more clear about the msvc config-cache issue being fixed. Signed-off-by: Mats Wichmann --- src/CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b320aaf063..c4523a7afc 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -62,7 +62,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Accommodate VS 2017 Express - it's got a more liberal license then VS Community, so some people prefer it (from 2019, no more Express) - vswhere call should also now work even if programs aren't on the C: drive. - - Add a specific warning msg if msvc config cache may be out of date. + - Add an alternate warning message cl.exe is not found and msvc config + cache is in use (SCONS_CACHE_MSVC_CONFIG was given) - config cache + may be out of date. RELEASE 3.1.2 - Mon, 17 Dec 2019 02:06:27 +0000