summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-5.2.rst3
1 files changed, 3 insertions, 0 deletions
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:
57 57
58Miscellaneous changes 58Miscellaneous changes
59~~~~~~~~~~~~~~~~~~~~~ 59~~~~~~~~~~~~~~~~~~~~~
60
61- :term:`ZSTD_COMPRESSION_LEVEL` is now a plain integer number instead of a dash-prefixed
62 command-line option (e.g. it should be set to ``3`` rather than ``-3``).