doc: legacy support is now disabled by default

This commit is contained in:
Yann Collet
2025-12-18 13:19:11 -08:00
parent 073c7fb6ea
commit 6c3e805e50
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
v1.6.0 (Dec 2025)
api: legacy format support is now disabled by default
build: `ZSTD_LEGACY_SUPPORT` defaults to `0` in Makefile and CMake
V1.5.7 (Feb 2025)
fix: compression bug in 32-bit mode associated with long-lasting sessions
api: new method `ZSTD_compressSequencesAndLiterals()` (#4217, #4232)