diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-31 01:25:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-31 01:25:53 (GMT) |
commit | 40fdbf2b92f2aef6ec8decc16646bb79de868c11 (patch) | |
tree | 6a1b17647873df7fab2d197e016225f592657a63 /src/CHANGES.txt | |
parent | 55c90e28f101a6fa7d02844c6e9502d8ee95a31e (diff) | |
download | SCons-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.txt | 5 |
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 |