summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-18 13:52:07 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-02-18 13:52:07 -0800
commitd65044711ecfee7c96fc673ec5e9fc57684ce8af (patch)
treedebcb7bc42784767bfd59673319fca8afd827dba /RELEASE.txt
parent4f8045806cce589858f88a6dbec928f1ae6e176b (diff)
downloadscons-git-d65044711ecfee7c96fc673ec5e9fc57684ce8af.tar.gz
Updated docs to indicate FILE_ENCODING will affect Substfile() as well as TextFile(). Added blurb to RELEASE.txt. Updated test fixture to include new utf-8 text for test
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 6c1c5f281..381d1c792 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -26,6 +26,9 @@ NEW FUNCTIONALITY
not be called until all AddOption() calls are completed. Resolves Issue #4187
- Added --experimental=tm_v2, which enables Andrew Morrow's NewParallel Job implementation.
This should scale much better for highly parallel builds. You can also enable this via SetOption().
+- Added FILE_ENCODING, to allow explicitly setting the text encoding for files
+ written by the Textfile() and Substfile() builders. If not specified, Textfile() and Substfile() builders
+ will write files as UTF-8.
DEPRECATED FUNCTIONALITY