diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-06-23 22:28:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 22:28:37 (GMT) |
commit | 80892c0cdb8a8aa1b2e6a45d0777c4c2c4b63414 (patch) | |
tree | eef03371ede3bcb43d53fa4f4269d461478664a0 /RELEASE.txt | |
parent | 66d0f8f2c05c4f43c0e1ec3d471b7004501d3219 (diff) | |
parent | 955053c581d617926bbbd1a37318f433f0b34dcd (diff) | |
download | SCons-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.txt | 5 |
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 ----- |