From 1f82d0e7f690617c56ec8484a45e191a059e61ef Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 12 Oct 2022 12:38:30 -0700 Subject: Updated RELEASE.txt and CHANGES.txt --- CHANGES.txt | 3 +++ RELEASE.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index bba6e10..e9cd653 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added ValidateOptions() which will check that all command line options are in either those specified by SCons itself, or by AddOption() in SConstruct/SConscript. It should not be called until all AddOption() calls are completed. Resolves Issue #4187 + - Refactored SCons/Taskmaster into a package. Moved SCons/Jobs.py into that package. + NOTE: If you hook into SCons.Jobs, you'll have to change that to use SCons.Taskmaster.Jobs + From Dan Mezhiborsky: - Add newline to end of compilation db (compile_commands.json). diff --git a/RELEASE.txt b/RELEASE.txt index 78fcc16..8ad105b 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -78,7 +78,8 @@ DOCUMENTATION DEVELOPMENT ----------- -- List visible changes in the way SCons is developed +- Refactored SCons/Taskmaster into a package. Moved SCons/Jobs.py into that package. + NOTE: If you hook into SCons.Jobs, you'll have to change that to use SCons.Taskmaster.Jobs Thanks to the following contributors listed below for their contributions to this release. ========================================================================================== -- cgit v0.12