diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-08-29 00:59:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 00:59:54 (GMT) |
commit | f67bfbab6443c6e1ca04e28101a5f711bd4165ed (patch) | |
tree | a75f0f8d1c52a7eaa233392f5f56503994cdae4d /RELEASE.txt | |
parent | 84f4364d7c1ac283c6cb19f6b3bd53a0dd42ec2d (diff) | |
parent | 46cadece53d4746c07a62b3fb6300a87b8358727 (diff) | |
download | SCons-f67bfbab6443c6e1ca04e28101a5f711bd4165ed.zip SCons-f67bfbab6443c6e1ca04e28101a5f711bd4165ed.tar.gz SCons-f67bfbab6443c6e1ca04e28101a5f711bd4165ed.tar.bz2 |
Merge branch 'master' into issue/unique-delete-existing
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 296755f..8b7647d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -48,6 +48,8 @@ FIXES so this form of import should now work again. - Fix a problem with AppendUnique and PrependUnique where a value could be erroneously removed due to a substring match. +- Fix handling of ListVariable when supplying a quoted choice containing + a space character (issue #4585). IMPROVEMENTS ------------ |