]> wimlib.net Git - wimlib/blobdiff - NEWS
Update NEWS
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index d69f6286e3ae58954d3018269dd61901f46d8911..f5223e9d37019920d48d6fadf2a4f33c697f4a2f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,10 @@ Version 1.6.3-BETA:
        nondirectory files by default.  Use the --no-replace option to get the
        old behavior.
 
-       Fixed reading out-of-order entries in lookup table of version 3584 WIM /
-       ESD files.
+       Improved compatibility with version 3584 WIM / ESD files.
+
+       The 'mkwinpeimg' script now supports writing the ISO image to standard
+       output.
 
        The shared library version has been bumped up; however, there are only a
        few incompatibilities:
@@ -30,6 +32,9 @@ Version 1.6.3-BETA:
                - Removed deprecated functions: some (de)compression functions,
                  wimlib_extract_files(), and wimlib_print_metadata().
 
+               - WIM paths passed to progress functions now have a leading
+                 slash.
+
 Version 1.6.2:
        Case-insensitive comparisons of strings (e.g. filenames) containing
        UTF-16 codepoints above 32767 are now done correctly.