Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-08-09 16:55:26 +0300
committerMats Wichmann <mats@linux.com>2023-08-09 16:56:36 +0300
commit99e97832fc1fbb92a2d53eccb8404c711c64bdd2 (patch)
tree48743399ca4622426e8a0218835349fd0fce4edb /RELEASE.txt
parent70b64467bf91b6a1ea1224f43de4d4f416d94799 (diff)
Update Help note in CHANGES, RELEASE [skip ci]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 22be0f5e6..60c361ef1 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
-----