summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-05-09 12:48:42 -0700
committerGitHub <noreply@github.com>2023-05-09 12:48:42 -0700
commit39285a666b3a2ca2c84c57a670a4a00833a2d814 (patch)
tree08379e7d0496dafab1aed2e5f7974044947da316 /RELEASE.txt
parentfcb92c4ff1503ac0cf920d26f771b8f47386f4dc (diff)
parentfaa271d1dd379d5fe46ca2742f5a83e54ea4f36c (diff)
downloadscons-git-39285a666b3a2ca2c84c57a670a4a00833a2d814.tar.gz
Merge pull request #4340 from mwichmann/test/runtest-pathlib
Use pathlib in runtest
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index c2244f27b..bafda4777 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -64,7 +64,11 @@ DOCUMENTATION
DEVELOPMENT
-----------
-- List visible changes in the way SCons is developed
+- SCons test runner now uses pathlib to normalize and compare paths
+ to test files, which allows test lists, exclude lists, and tests on
+ the command line to "not care" about the OS convention for pathname
+ separators.
+
Thanks to the following contributors listed below for their contributions to this release.
==========================================================================================