Skip to content

Commit 9f120d2

Browse files
committed
Move changelog entry and add to RELEASE. [skip appveyor]
Signed-off-by: Mats Wichmann <[email protected]>
1 parent c622484 commit 9f120d2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
8888
for known exception types.
8989
- TEMPFILE: Fix the tempfile encoding test regex strings to eliminate
9090
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.
9691

9792
From William Deegan:
9893
- 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
188183
and unchanged target and source lists are accounted for to resolve.
189184
Fixes #3029.
190185
- 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.
191191

192192

193193
RELEASE 4.9.1 - Thu, 27 Mar 2025 11:40:20 -0700

RELEASE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ DOCUMENTATION
156156

157157
- Improve documentation of builder methods and builder objects.
158158

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+
159163
DEVELOPMENT
160164
-----------
161165

0 commit comments

Comments
 (0)