summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b9052bb..1eb08db 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -24,7 +24,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Quiet open file ResourceWarnings on Python >= 3.6 caused by
not using a context manager around Popen.stdout
- Add the textfile tool to the default tool list
- - Fix syntax on is/is not cluases: should not use with a literal
+ - Fix syntax on is/is not clauses: should not use with a literal
From Bernhard M. Wiedemann:
- Do not store build host+user name if reproducible builds are wanted