summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-02-17 04:58:13 (GMT)
committerSteven Knight <knight@baldmt.com>2004-02-17 04:58:13 (GMT)
commit66f555c21410aea4eead4fbd4710fddd15bb1ed1 (patch)
tree37d4b73ca811ea8c5b543c0048d6527694a94a14 /src
parent744c41b71bd77daabd7ce8d7768a2217286d6911 (diff)
downloadSCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.zip
SCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.tar.gz
SCons-66f555c21410aea4eead4fbd4710fddd15bb1ed1.tar.bz2
Add a common tasks appendix to the user's guide. (Anthony Roach)
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 885c744..42c5de1 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -203,6 +203,9 @@ RELEASE 0.95 - XXX
- Build Type Libraries in the target directory, not the source
directory.
+ - Add an appendix to the User's Guide showing how to accomplish
+ various common tasks in Python.
+
From Greg Spencer:
- Add support for Microsoft Visual Studio 2003 (version 7.1).