diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-01-02 03:53:20 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-01-02 03:53:20 (GMT) |
commit | e8d186bb28a12d8de0742b0ba27c642b49faaf74 (patch) | |
tree | cdd7af881abe959185fcc5a6b18e42f42b45680e | |
parent | c01be1e4c4a0bb438ca351995c2c3778622939db (diff) | |
download | SCons-e8d186bb28a12d8de0742b0ba27c642b49faaf74.zip SCons-e8d186bb28a12d8de0742b0ba27c642b49faaf74.tar.gz SCons-e8d186bb28a12d8de0742b0ba27c642b49faaf74.tar.bz2 |
kick github CI's for PR
-rwxr-xr-x | src/CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6479710..400e3b7 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -16,6 +16,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER is a reasonable default and also aligns with changes in Appveyor's VS2019 image. - Drop support for Python 2.7. SCons will be Python 3.5+ going forward. + From Mathew Robinson: - Improve performance of Subst by preventing unnecessary frame allocations by no longer defining the *Subber classes inside of their |