From 8f61b20fba1815810ee411b89d603a0208a6cf37 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Fri, 7 Jan 2022 11:25:49 -0700 Subject: Update CHANGES for msvc debug change [ci skip] Signed-off-by: Mats Wichmann --- CHANGES.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ebcae22..e544d13 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,10 +31,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER we need to do this for internal reasons, those are skipped in that case. Bad association could mean some other tool took it over (Visual Studio Code is known to do this), or no association at all. - - logging code ("debug" call) in Tool/MSCommon now conforms to the - Python logging recommended "lazy interpolation" so instead of - debug("template %s" % text) it looks like debug("template %s", text) - so the logging system does the interpolation when/if needed. + - Updated debug code in MSVC and MSVS tools to conform to the + suggested "lazy interpolation" use of the Python logging module. + Calls now look like 'debug("template %s", text)' rather than + 'debug("template %s" % text)' so the logging system does the + interpolation only when/if needed (was a pylint warning). RELEASE 4.3.0 - Tue, 16 Nov 2021 18:12:46 -0700 -- cgit v0.12