summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-07 15:44:03 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2012-12-07 15:44:03 (GMT)
commitc3a75e1a8cb6e8de95d6ed9c77923c80a2b8cfd4 (patch)
treea7551433af3242d98b8fc7281ad385fb48c27c53 /src/CHANGES.txt
parent2c1012c0ebff9bd7019246bd79b9e89170caaae3 (diff)
downloadSCons-c3a75e1a8cb6e8de95d6ed9c77923c80a2b8cfd4.zip
SCons-c3a75e1a8cb6e8de95d6ed9c77923c80a2b8cfd4.tar.gz
SCons-c3a75e1a8cb6e8de95d6ed9c77923c80a2b8cfd4.tar.bz2
Add hints about valid choices to error messages from option parser
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 5c8f821..6136f81 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -9,6 +9,7 @@ RELEASE 2.X.X -
From Anatoly Techtonik:
- Added ability to run scripts/scons.py directly from source checkout
- Hide deprecated --debug={dtree,stree,tree} from --help output
+ - Error messages from option parser now include hints about valid choices
From Juan Lang:
- Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output