NEWS
changeset 75580 5c1c4f537ae8
parent 75560 aeb797356de0
child 75581 29654a8e9374
--- a/NEWS	Tue Jun 21 23:27:26 2022 +0200
+++ b/NEWS	Tue Jun 21 23:30:19 2022 +0200
@@ -141,6 +141,17 @@
   are printed in a way suitable for Scala 3.
 
 
+*** ML ***
+
+* Type Bytes.T supports scalable byte strings, beyond the limit of
+String.maxSize (approx. 64 MB on 64_32 architecture).
+
+* Operations for XZ compression (via Isabelle/Scala):
+
+  Isabelle_System.compress: Bytes.T -> Bytes.T
+  Isabelle_System.uncompress: Bytes.T -> Bytes.T
+
+
 *** System ***
 
 * Command-line tool "isabelle scala_project" supports Gradle as