diff options
author | maiphi <maiphi.public@gmx.net> | 2019-11-01 13:40:56 (GMT) |
---|---|---|
committer | maiphi <maiphi.public@gmx.net> | 2019-11-01 13:40:56 (GMT) |
commit | 477ffd82d67ebd4820d33be760c1594fd82c09f0 (patch) | |
tree | 96699c24e0063a3023080424adc169a4bc55d8af | |
parent | 6f35570377e7e7b5003dd6f069b65e95f9ae6efb (diff) | |
download | SCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.zip SCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.tar.gz SCons-477ffd82d67ebd4820d33be760c1594fd82c09f0.tar.bz2 |
Added note about Latex Latin-1/UTF-8 issue to CHANGES.log
-rwxr-xr-x | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index af448d5..c6312b7 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -6,6 +6,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER + From Philipp Maierhöfer: + - Avoid crash with UnicodeDecodeError on Python 3 when a Latex log file in + non-UTF-8 encoding (e.g. containing umlauts in Latin-1 encoding) is read. + From Mathew Robinson: - Improved threading performance by ensuring NodeInfo is shared |