Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index b5e732e13..b4478ef68 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -16,7 +16,10 @@ Here is a summary of the changes since 4.6.0:
NEW FUNCTIONALITY
-----------------
-- List new features (presumably why a checkpoint is being released)
+- A method, unlink_files, was added to the TestCmd class that unlinks a list of
+ files from a specified directory. An attempt to unlink a file is made only when
+ the file exists, otherwise, the file is ignored.
+
DEPRECATED FUNCTIONALITY
------------------------