diff options
author | Steven Knight <knight@baldmt.com> | 2003-06-09 10:14:17 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-06-09 10:14:17 (GMT) |
commit | 8b30616143d7c08df410885ccf7cff1cf599a659 (patch) | |
tree | 5f0af4c8a2467be8d39118e9881fe37d67e836a8 /src/CHANGES.txt | |
parent | 4d7ed00302f2f872f9719125b4fcb048e4ecb7ef (diff) | |
download | SCons-8b30616143d7c08df410885ccf7cff1cf599a659.zip SCons-8b30616143d7c08df410885ccf7cff1cf599a659.tar.gz SCons-8b30616143d7c08df410885ccf7cff1cf599a659.tar.bz2 |
Fix Options.Update().
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index dd976ef..b04942e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -31,6 +31,9 @@ RELEASE 0.15 - XXX - Eliminate a dependency on the distutils.fancy_getopt module by copying and pasting its wrap_text() function directly. + - Make the Script.Options() subclass match the underlying base class + implementation. + From Steve Leblanc: - Don't update the .sconsign files when run with -n. |