summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-23 11:12:05 -0800
committerGitHub <noreply@github.com>2023-01-23 11:12:05 -0800
commit64ea49d955a7b376b7e19c6ebf2bb85668c63f6c (patch)
treea40342355427513fee0bb92cc28e5480c82fd4b2 /RELEASE.txt
parentf293dd97feafeb9faf9ac805323d173bc8173176 (diff)
parent149f37cae1d80244a3238e40f63237791034e243 (diff)
downloadscons-git-64ea49d955a7b376b7e19c6ebf2bb85668c63f6c.tar.gz
Merge branch 'master' into doc/more-msvc
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 7b0889855..47b46f0b9 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -43,6 +43,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
octal modes using the modern Python syntax (0o755 rather than 0755).
- Migrated logging logic for --taskmastertrace to use Python's logging module. Added logging
to NewParallel Job class (Andrew Morrow's new parallel job implementation)
+- Preliminary support for Python 3.12.
FIXES