summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-06-23 22:28:37 (GMT)
committerGitHub <noreply@github.com>2024-06-23 22:28:37 (GMT)
commit80892c0cdb8a8aa1b2e6a45d0777c4c2c4b63414 (patch)
treeeef03371ede3bcb43d53fa4f4269d461478664a0 /RELEASE.txt
parent66d0f8f2c05c4f43c0e1ec3d471b7004501d3219 (diff)
parent955053c581d617926bbbd1a37318f433f0b34dcd (diff)
downloadSCons-80892c0cdb8a8aa1b2e6a45d0777c4c2c4b63414.zip
SCons-80892c0cdb8a8aa1b2e6a45d0777c4c2c4b63414.tar.gz
SCons-80892c0cdb8a8aa1b2e6a45d0777c4c2c4b63414.tar.bz2
Merge branch 'master' into modifiable-add-option
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 4d61af3..5dac018 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -56,6 +56,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
- AddOption and the internal add_local_option which AddOption calls now
recognize a "settable" keyword argument to indicate a project-added
option can also be modified using SetOption.
+- ListVariable now has a separate validator, with the functionality
+ that was previously part of the converter. The main effect is to
+ allow a developer to supply a custom validator, which previously
+ could be inhibited by the converter failing before the validator
+ is reached.
FIXES
-----