diff options
author | William Deegan <bill@baddogconsulting.com> | 2022-03-03 16:57:37 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2022-03-03 16:57:37 (GMT) |
commit | 5f43b3dce72ba13cc6346a3a8a67f7153f5d8fa0 (patch) | |
tree | 237158455d27762b77cecaca2d551aca29057fbc /CHANGES.txt | |
parent | b16f31c99f8828e0ef8fa47d28718e114e81c8ba (diff) | |
download | SCons-5f43b3dce72ba13cc6346a3a8a67f7153f5d8fa0.zip SCons-5f43b3dce72ba13cc6346a3a8a67f7153f5d8fa0.tar.gz SCons-5f43b3dce72ba13cc6346a3a8a67f7153f5d8fa0.tar.bz2 |
Fixed URLS and python versions for setup.cfg (thanks mwichmann for catching them..)
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 149de73..83b929c 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Action._subproc() can now be used as a python context manager to ensure that the POpen object is properly closed. (Thanks to Mats Wichmann for catching that DummyPopen needed additional logic) + - Added project_url for mailing lists and Discord + - Updated project url in steup.cfg to be https instead of http + - Updated setup.cfg to remove Python 3.5 and add Python 3.10 + From Daniel Moody: |