diff options
author | Adam Gross <grossag@vmware.com> | 2019-11-25 16:03:53 (GMT) |
---|---|---|
committer | Adam Gross <grossag@vmware.com> | 2019-11-25 16:03:53 (GMT) |
commit | e0d0b38fdfcb832c8b924b3e5a969e14cd1058e5 (patch) | |
tree | f35e67b468c62a9c44ef569a970bd31354817063 | |
parent | 3b0b2b13b3b47886bd097685c863068a5ca8c5dd (diff) | |
download | SCons-e0d0b38fdfcb832c8b924b3e5a969e14cd1058e5.zip SCons-e0d0b38fdfcb832c8b924b3e5a969e14cd1058e5.tar.gz SCons-e0d0b38fdfcb832c8b924b3e5a969e14cd1058e5.tar.bz2 |
Update CHANGES.txt
-rwxr-xr-x | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index db0a5f2..94c7a11 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -6,6 +6,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER + From Adam Gross: + + - Added memoization support for calls to Environment.Value() in order to + improve performance of repeated calls. + 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 when |