From 99e97832fc1fbb92a2d53eccb8404c711c64bdd2 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 9 Aug 2023 07:55:26 -0600 Subject: Update Help note in CHANGES, RELEASE [skip ci] Signed-off-by: Mats Wichmann --- CHANGES.txt | 6 +++--- RELEASE.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d2c074d..a17c799 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -132,9 +132,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER the website, but not in the regular documentation section). - Extend range of recognized Java versions to 20. - The Help() function now takes an additional keyword argument - keep_local, which if combined with the append argument direct - help from only AddOption ("project local") calls to be kept in the - help message, not SCons' own option help. + keep_local: when starting to build a help message, you can now + retain help from AddOption calls, but omit help for SCons' own + command-line options with "Help(newtext, append=True, local_only=True)". From Jonathon Reinhart: - Fix another instance of `int main()` in CheckLib() causing failures diff --git a/RELEASE.txt b/RELEASE.txt index 22be0f5..60c361e 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -60,10 +60,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY architecture combination. For example, when using VS2022 on arm64, the arm64 native tools are only installed for the 14.3x toolsets. - Extend range of recognized Java versions to 20. -- The Help() function now takes an additional keyword argument keep_local. - On first call to Help(), if both append and keep_local are True, - the help from project AddOption calls is kept in the help message, - but not SCons' own option help. + The Help() function now takes an additional keyword argument keep_local: + when starting to build a help message, you can now retain help from AddOption + calls (options added for the project_, but omit help for SCons' own cmdline + options with "Help(newtext, append=True, local_only=True)". FIXES ----- -- cgit v0.12