summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-07-05 16:06:05 (GMT)
committerThaddeus Crews <repiteo@outlook.com>2024-07-05 16:28:50 (GMT)
commitb2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c (patch)
treeb5a4cac1ea08eb3635aa100009084d3986dcd16b /RELEASE.txt
parentc70c47f78c62e5e82d9695a16f41d8664b3e993a (diff)
downloadSCons-b2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c.zip
SCons-b2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c.tar.gz
SCons-b2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c.tar.bz2
Add `SCsub` to known SConscript names
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index aa17f64..e019f78 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -74,6 +74,8 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
allow a developer to supply a custom validator, which previously
could be inhibited by the converter failing before the validator
is reached.
+- When debugging (--debug=pdb), the filename SCsub is now recognized when
+ manipulating breakpoints.
FIXES
-----