Skip to content

Commit 186de05

Browse files
committed
update changes/release.txt
1 parent 0d8cd2d commit 186de05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
9191
harder to decode non-UTF-8 text. SCons.Util.to_Text now exists
9292
to convert a byte stream, such as "raw" file data. Fixes #3569, #4462.
9393
The Pseudo manpage entry was updated to provide more clarity.
94+
- Clarify how SCons finds the project top directory, and what that is used for.
9495
- The internal routine which implements the PyPackageDir function
9596
would fail with an exception if called with a module which is
9697
not found. It will now return None. Updated manpage entry and

RELEASE.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,18 @@ DOCUMENTATION
9090
-------------
9191

9292
- Fixed the Scanner examples in the User Guide to be runnable and added
93-
some more explantion. Clarified discussion of the scanner function in
93+
some more explanation. Clarified discussion of the scanner function in
9494
the Scanner Objects section of the manpage.
9595
- The manpage entry for Pseudo was clarified.
9696
- The manpage entry for SharedLibrary was clarified.
9797
- Update API docs for Warnings framework; add two warns to manpage
9898
enable/disable control.
99+
- More consistent use of &Python; in the manpage. A few links added.
100+
A warning about overwriting env['ENV'] and one about Configure
101+
checks possibly not running in in no-exec mode also added.
102+
- Clarify how SCons finds the project top directory, and what that is used for.
103+
104+
99105

100106
DEVELOPMENT
101107
-----------

0 commit comments

Comments
 (0)