summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
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 01bf63b12..b68432df3 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