summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e13fa39..fb98cce 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -170,6 +170,10 @@ RELEASE 0.97 - XXX
duplicate entries from multiple calls. Add a "unique" keyword
argument to allow the old behavior to be specified.
+ - Allow the library modules imported by an SConscript file to get at
+ all of the normally-available global functions and variables by saying
+ "from SCons.Script import *".
+
From Wayne Lee:
- Avoid "maximum recursion limit" errors when removing $(-$) pairs