diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-07-05 16:06:05 (GMT) |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-07-05 16:28:50 (GMT) |
commit | b2f2be195fc1671a024a5d8c12f1d9d26cf4cf8c (patch) | |
tree | b5a4cac1ea08eb3635aa100009084d3986dcd16b /RELEASE.txt | |
parent | c70c47f78c62e5e82d9695a16f41d8664b3e993a (diff) | |
download | SCons-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.txt | 2 |
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 ----- |