diff options
author | Mats Wichmann <mats@linux.com> | 2019-03-21 21:28:00 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-03-30 13:24:51 (GMT) |
commit | 5a58b0b7b7ecb3e86dde1a36f8effd8f0252c830 (patch) | |
tree | ecca64bbc0bd8103ae07c77feb2917a0937f6db8 /src | |
parent | 3dd4bb82dcc25cc65bdb2d788bfa1b764ee8e933 (diff) | |
download | SCons-5a58b0b7b7ecb3e86dde1a36f8effd8f0252c830.zip SCons-5a58b0b7b7ecb3e86dde1a36f8effd8f0252c830.tar.gz SCons-5a58b0b7b7ecb3e86dde1a36f8effd8f0252c830.tar.bz2 |
Add changelog for PR #3331
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index d44e754..d4ca4e5 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -53,6 +53,8 @@ RELEASE 3.0.5 - Mon, 26 Mar 2019 15:04:42 -0700 - Properly retrieve exit code when catching SystemExit - scons-time now uses context managers around file opens - Fix regex patterns that were not specified as raw strings + - Use importlib to dynamically load tool and platform modules instead of imp module. + - Define regex patterns as raw strings to avoid Python 3.8 warnings about unknown escapes. From Bernhard M. Wiedemann: - Do not store build host+user name if reproducible builds are wanted |