]> wimlib.net Git - wimlib/blobdiff - NEWS
Support for file exclusions via progress function
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index 2a89e4e4f9f8b939b28568093556747e6df9fb64..70ebfb4f99594cae81478888fee0f80721d30569 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,13 +5,17 @@ Version 1.7.2-BETA:
 
        Faster "WIMBoot" extraction on Windows.
 
-       Added file count progress data for
-       WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and
-       WIMLIB_PROGRESS_MSG_EXTRACT_METADATA.
-
        Updated dependent DLLs in Windows release.  libxml2 is slimmed down.
 
-       Some documentation improvements.
+       Library changes:
+               Added file count progress data for
+               WIMLIB_PROGRESS_MSG_EXTRACT_FILE_STRUCTURE and
+               WIMLIB_PROGRESS_MSG_EXTRACT_METADATA.
+
+               Added support for testing file exclusions via the user-provided
+               progress function.
+
+               Some documentation improvements.
 
 Version 1.7.1:
        Made more improvements to the XPRESS, LZX, and LZMS compressors.