NEWS
changeset 77876 1d3b3bf5ea3f
parent 77834 52e753197496
child 77907 ee9785abbcd6
--- a/NEWS	Tue Apr 18 19:11:05 2023 +0200
+++ b/NEWS	Tue Apr 18 20:54:25 2023 +0200
@@ -295,12 +295,6 @@
   - The new "size" operation works with constant time complexity and
     minimal space overhead: small structures have no size descriptor.
 
-  - Various internal interfaces now use scalable Set() instances instead
-    of plain list, notably Thm.hyps_of and Thm.shyps_of. Minor
-    INCOMPATIBILITY: use e.g. Termset.dest to adapt the result, better
-    use proper Termset operations such as Termset.exists or Termset.fold
-    without the overhead of destruction.
-
 * Operations ML_Heap.sizeof1 and ML_Heap.sizeof determine the object
 size on the heap in bytes. The latter works simultaneously on multiple
 objects, taking implicit sharing of values into account. Examples for