summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-28 16:56:09 -0800
committerGitHub <noreply@github.com>2023-01-28 16:56:09 -0800
commit440728dd1d9fee6a8e010b4d9871737686cb3afb (patch)
treec45a78f6d64137cd1f039f43e4c3662ced298632 /RELEASE.txt
parent348b145161e6f796c548c217d300f2da682b16f0 (diff)
parent8aae133794ddeea09be2579d084ff87cd77b86f2 (diff)
downloadscons-git-440728dd1d9fee6a8e010b4d9871737686cb3afb.tar.gz
Merge pull request #4297 from mwichmann/CheckLib-unique
Add unique kwarg to CheckLibs
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index f182c8635..6c1c5f281 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -46,9 +46,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
- Preliminary support for Python 3.12.
- Run LaTeX after biber/bibtex only if necessary
- Configure context methods CheckLib and CheckLibWithHeader now expose
- an additional keyword argument 'append' which controls whether to append
- (the default) or prepend discovered libraries to $LIBS. The functionality
- was always present but prepending could not be requested via the offical API.
+ two additional keyword arguments: 'append', which controls whether to append
+ (the default) or prepend discovered libraries to $LIBS, and 'unique',
+ which controls whether to add the library if it is already in the $LIBS
+ list. This brings the library-adding functionality in Configure in line
+ with the regular Append, AppendUnique, Prepend and PrependUnique methods.
FIXES