summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-20 14:51:59 -0800
committerGitHub <noreply@github.com>2023-02-20 14:51:59 -0800
commit55b490b385948577a4a3a2338e48caa28780f6c7 (patch)
treef4de5bf39c9df5cd700dbeab67a21832cd7cee5b /RELEASE.txt
parent4b97682fb76be5d42efc850564571a4c2c596d2a (diff)
parentd65044711ecfee7c96fc673ec5e9fc57684ce8af (diff)
downloadscons-git-55b490b385948577a4a3a2338e48caa28780f6c7.tar.gz
Merge pull request #4303 from RedwanFox/fix_textfile_encoding_issue
set default encoding of written files to UTF-8, added ability to pass custom file encoding
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 7a96cec03..91dbb862c 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -31,6 +31,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