summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-06-09 10:14:17 (GMT)
committerSteven Knight <knight@baldmt.com>2003-06-09 10:14:17 (GMT)
commit8b30616143d7c08df410885ccf7cff1cf599a659 (patch)
tree5f0af4c8a2467be8d39118e9881fe37d67e836a8 /src/CHANGES.txt
parent4d7ed00302f2f872f9719125b4fcb048e4ecb7ef (diff)
downloadSCons-8b30616143d7c08df410885ccf7cff1cf599a659.zip
SCons-8b30616143d7c08df410885ccf7cff1cf599a659.tar.gz
SCons-8b30616143d7c08df410885ccf7cff1cf599a659.tar.bz2
Fix Options.Update().
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
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.