]> wimlib.net Git - wimlib/blobdiff - NEWS
Removed deprecated stuff
[wimlib] / NEWS
diff --git a/NEWS b/NEWS
index f48dc54cbb5332ab03bb2ba4c46cd7a5b0313d55..82fd8adc1cdd2598ee4407e78223323bb191faf3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,16 @@ Version 1.6.3-BETA:
        The shared library version has been bumped up; however, there are only
        small incompatibilities:
 
        The shared library version has been bumped up; however, there are only
        small incompatibilities:
 
-               - wimlib_capture_config has been removed.  The library now takes
-                 the configuration file directly.
+               - 'struct' wimlib_capture_config has been removed.  The library
+                 now takes the path to the configuration file directly.  This
+                 affects wimlib_add_image(), wimlib_add_image_multisource(),
+                 and wimlib_update_image().  However no code changes are
+                 necessary if a NULL configuration was being used.
+
+               - Removed deprecated functions: some (de)compression functions,
+                 wimlib_extract_files(), and wimlib_print_metadata().
+
+               Otherwise the API and ABI is the same.
 
 Version 1.6.2:
        Case-insensitive comparisons of strings (e.g. filenames) containing
 
 Version 1.6.2:
        Case-insensitive comparisons of strings (e.g. filenames) containing