summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2018-08-27 10:29:25 -0600
committerMats Wichmann <mats@linux.com>2018-12-17 08:10:14 -0700
commit304d5c1690b819f4d0205c5a44d380bd51d9c993 (patch)
tree8455d8724f57f4a1bafa0a11889fcceb4ad1ac50
parentfbdfe85f5123a9ac41adef700b57df3b6ee41468 (diff)
downloadscons-git-304d5c1690b819f4d0205c5a44d380bd51d9c993.tar.gz
Add CHANGES.txt update for previous changes
also fixed previous entry that was no longer correct (closing open files no longer done by atexit after patch was modified) Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 49f18a262..25edbc927 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -190,6 +190,7 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
- Add Textfile/Substfile to default environment. (issue #3147)
- sconsign: a couple of python3 fixes; be more tolerant of implicit
entries which have no signatures; minor PEP8 changes.
+ - Fix a couple of type mistakes (list-> string, filter type -> list)
From Bernhard M. Wiedemann:
- Update SCons' internal scons build logic to allow overriding build date