summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-20 06:14:54 (GMT)
committerSteven Knight <knight@baldmt.com>2003-01-20 06:14:54 (GMT)
commit624493645fb835655b25e92cf5e48f3990829789 (patch)
treecfd91caee8189c36e039d0bb1182869b72b69e77 /src/CHANGES.txt
parenta5f3e5e1a386486767bca62126835486e7f722fe (diff)
downloadSCons-624493645fb835655b25e92cf5e48f3990829789.zip
SCons-624493645fb835655b25e92cf5e48f3990829789.tar.gz
SCons-624493645fb835655b25e92cf5e48f3990829789.tar.bz2
Add AddPreAction() and AddPostAction() methods. (Charles Crain)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 50f58d3..be0a4c9 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,11 @@
RELEASE 0.11 - XXX
+ From Charles Crain:
+
+ - Added new AddPreAction() and AddPostAction() functions that support
+ taking additional actions before or after building specific targets.
+
From Steven Knight:
- Allow Python function Actions to specify a list of construction