summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-08-31 01:25:53 (GMT)
committerSteven Knight <knight@baldmt.com>2004-08-31 01:25:53 (GMT)
commit40fdbf2b92f2aef6ec8decc16646bb79de868c11 (patch)
tree6a1b17647873df7fab2d197e016225f592657a63 /src/CHANGES.txt
parent55c90e28f101a6fa7d02844c6e9502d8ee95a31e (diff)
downloadSCons-40fdbf2b92f2aef6ec8decc16646bb79de868c11.zip
SCons-40fdbf2b92f2aef6ec8decc16646bb79de868c11.tar.gz
SCons-40fdbf2b92f2aef6ec8decc16646bb79de868c11.tar.bz2
Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 47514ea..f1d8530 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -20,6 +20,11 @@ RELEASE 0.97 - XXX
- Add an Environment.Dump() method to print the contents of a
construction environment.
+ From Kevin Quick:
+
+ - Fix the Builder name returned from ListBuilders and other instances
+ of subclasses of the BuilderBase class.
+
RELEASE 0.96.1 - XXX