NEWS
changeset 76351 2cee31cd92f0
parent 76335 8641f16abc7a
child 76395 fac28b6c37e8
child 76401 e7e8fbc89870
--- a/NEWS	Fri Oct 21 14:45:13 2022 +0200
+++ b/NEWS	Fri Oct 21 16:39:31 2022 +0200
@@ -50,6 +50,22 @@
   - Added lemma wfP_subset_mset[simp].
 
 
+*** ML ***
+
+* Operations for Zstd compression (via Isabelle/Scala):
+
+  Zstd.compress: Bytes.T -> Bytes.T
+  Zstd.uncompress: Bytes.T -> Bytes.T
+
+
+*** System ***
+
+* Isabelle/Scala provides generic support for XZ and Zstd compression,
+via Compress.Options and Compress.Cache. Bytes.uncompress automatically
+detects the compression scheme.
+
+
+
 New in Isabelle2022 (October 2022)
 ----------------------------------