diff options
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index e689f67..b0e8048 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -26,6 +26,13 @@ RELEASE 0.97 - XXX Please consult the CHANGES.txt file for a list of specific changes since last release. + Please note the following important changes since release 0.96: + + - The ParseConfig() method now adds library file names returned + by the specified *-config command to the $LIBS construction + variable, instead of returning them (the same way it handles + the -l option). + Please note the following important changes since release 0.95: - All Builder calls (both built-in like Program(), Library(), |