summaryrefslogtreecommitdiff
path: root/CHANGES.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 /CHANGES.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 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d4ad973a0..5ad76b8de 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
calls dunder method __call__. Invoke instance directly."
- Python 3.9 dropped the alias base64.decodestring, deprecated since 3.1.
Only used in msvs.py. Use base64.decodebytes instead.
+ - SCons test runner now uses pathlib to normalize and compare paths
+ to test files.
RELEASE 4.5.2 - Sun, 21 Mar 2023 14:08:29 -0700