From 9fe2d717541b6b4aacda02784959216b5d90ee7c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 21 Nov 2024 14:30:25 +0100 Subject: migration-guides: document ZSTD_COMPRESSION_LEVEL change (From yocto-docs rev: 6dcc70c4fa780d8531c58bd7886d6f8b602c10af) Signed-off-by: Alexander Kanavin Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-5.2.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'documentation') diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index 73d52460fd..7b35e7721f 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst @@ -57,3 +57,6 @@ The following classes have been removed in this release: Miscellaneous changes ~~~~~~~~~~~~~~~~~~~~~ + +- :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed + command-line option (e.g. it should be set to ``3`` rather than ``-3``). -- cgit v1.2.3-54-g00ecf