Skip to content

Commit 7577f94

Browse files
committed
Update CHANGES.txt for AddMethod changes. [ci skip]
Signed-off-by: Mats Wichmann <[email protected]>
1 parent 890041c commit 7577f94

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
6363
- Make sure cProfile is used if profiling - SCons was expecting
6464
the Util module to monkeypatch in cProfile as profile if available,
6565
but this is no longer being done.
66-
- Cleanup in Util.AddMethod; detect environment instances and add
67-
them using MethodWrapper to fix #3028. MethodWrapper moves to Util.
66+
- Cleanup in SCons.Util.AddMethod. If called with an environment instance
67+
as the object to modify, the method would not be correctly set up in
68+
any Clone of that instance. Now tries to detect this and calls
69+
MethodWrapper to set up the method the same way env.AddMethod does.
70+
MethodWrapper moved to Util to avoid a circular import. Fixes #3028.
6871

6972
From Simon Tegelid
7073
- Fix using TEMPFILE in multiple actions in an action list. Previously a builder, or command

0 commit comments

Comments
 (0)