diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 63feea2..ad9f56c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -38,6 +38,12 @@ RELEASE 0.08 - - Removed support for the prefix, suffix and src_suffix arguments to Builder() to be callable functions. + From Charles Crain and Steven Knight: + + - Add a "tools=" keyword argument to Environment instantiation, + and a separate Tools() method, for more flexible specification + of tool-specific environment changes. + From Steven Knight: - Add a "platform=" keyword argument to Environment instantiation, |