diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4d0ad9a..ba14d78 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -103,6 +103,10 @@ RELEASE 0.95 - XXX not. The default value is zipfile.ZIP_DEFLATED, which generates a compressed file. + - Refactor construction variable expansion to support recursive + expansion of variables (e.g. CCFLAGS = "$CCFLAGS -g") without going + into an infinite loop. + From Vincent Risi: - Add support for the bcc32, ilink32 and tlib Borland tools. |