From ecdf211966dad20879d802fb66c8822c65062380 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 19 Dec 2022 11:13:11 -0700 Subject: Added RELEASE info for SCons.Util refactor [ci skip] Signed-off-by: Mats Wichmann --- RELEASE.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index 2a32831..cf9cdc8 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -111,6 +111,13 @@ DEVELOPMENT - 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 +- Refactored SCons.Util, which had grown quite large, to be a package, + not a single-file module. Change should be transparent: the same import + of SCons.Util and public symbols from it will continue to work, however + code which reaches directly in to grab private symbols (starting with + underscore) which moved to a submodule, that code will have to be adjusted, + as those are not imported to the package level (new SCons.Util.hashes has + some of these, which are used by existing unit tests). Thanks to the following contributors listed below for their contributions to this release. ========================================================================================== -- cgit v0.12