From bb08b0b25fb19c329f85c20448ddfb8b6c318f71 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 21 Sep 2020 16:40:02 -0700 Subject: [ci skip] Updated CHANGES.txt to be more descriptive --- CHANGES.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7f9a455..3e51767 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,9 +51,14 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - passing a dict to merge where the values are strings failed (issue #2961). - Include previously-excluded SideEffect section in User Guide. - From Simon Tegelid - - Fix using TEMPFILE in multiple actions in an action list. + - Fix using TEMPFILE in multiple actions in an action list. Previously a builder, or command + with an action list like this: + ['${TEMPFILE("xxx.py -otempfile $SOURCE")}', '${TEMPFILE("yyy.py -o$TARGET tempfile")}'] + Could yield a single tempfile with the first TEMPFILE's contents, used by both steps + in the action list. + + -- cgit v0.12