File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
88
88
for known exception types.
89
89
- TEMPFILE: Fix the tempfile encoding test regex strings to eliminate
90
90
warnings in python 3.12 and 3.13.
91
- - Add tags to the remaining section headers in the User Guide. This is
92
- visible only in two ways: it's possible to link to any section now,
93
- and the generated html will no longer have obscure links
94
- (e.g. https://scons.org/doc/production/HTML/scons-user.html#id1514)
95
- that may change over time.
96
91
97
92
From William Deegan:
98
93
- Fix Issue #4746. TEMPFILE's are written with utf-8 encoding, In case
@@ -188,6 +183,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
188
183
and unchanged target and source lists are accounted for to resolve.
189
184
Fixes #3029.
190
185
- Improve documentation of builder methods and builder objects.
186
+ - Add tags to the remaining section headers in the User Guide. This is
187
+ visible only in two ways: it's possible to link to any section now,
188
+ and the generated html will no longer have obscure links
189
+ (e.g. https://scons.org/doc/production/HTML/scons-user.html#id1514)
190
+ that may change over time.
191
191
192
192
193
193
RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700
Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ DOCUMENTATION
156
156
157
157
- Improve documentation of builder methods and builder objects.
158
158
159
+ - All the User Guide sections now have textual anchors, meaning there
160
+ no longer be build-generated numeric tags like
161
+ https://scons.org/doc/production/HTML/scons-user.html#id1514
162
+
159
163
DEVELOPMENT
160
164
-----------
161
165
You can’t perform that action at this time.
0 commit comments