NEWS
changeset 74858 c5059f9fbfba
parent 74851 5280c02f29dc
child 74859 250ab1334309
--- a/NEWS	Fri Nov 26 19:44:21 2021 +0100
+++ b/NEWS	Fri Nov 26 11:14:10 2021 +0100
@@ -9,17 +9,22 @@
 
 *** HOL ***
 
-* Theory "HOL-Library.Multiset": consolidated operation and fact names
-    multp ~> multp_code
-    multeqp ~> multeqp_code
-    multp_cancel_add_mset ~> multp_cancel_add_mset0
-    multp_cancel_add_mset0[simplified] ~> multp_cancel_add_mset
-    multp_code_iff ~> multp_code_iff_mult
-    multeqp_code_iff ~> multeqp_code_iff_reflcl_mult
-  Minor INCOMPATIBILITY.
-
-* Theory "HOL-Library.Multiset": move mult1_lessE out of preorder type
-class and add explicit assumption. Minor INCOMPATIBILITY.
+* Theory "HOL.Relation": Added lemmas asymp_less and asymp_greater to
+  type class preorder.
+
+* Theory "HOL-Library.Multiset":
+  - Consolidated operation and fact names.
+        multp ~> multp_code
+        multeqp ~> multeqp_code
+        multp_cancel_add_mset ~> multp_cancel_add_mset0
+        multp_cancel_add_mset0[simplified] ~> multp_cancel_add_mset
+        multp_code_iff ~> multp_code_iff_mult
+        multeqp_code_iff ~> multeqp_code_iff_reflcl_mult
+    Minor INCOMPATIBILITY.
+  - Moved mult1_lessE out of preorder type class and add explicit
+    assumption. Minor INCOMPATIBILITY.
+  - Added predicate multp equivalent to set mult. Reuse name previously
+    used for what is now called multp_code. Minor INCOMPATIBILITY.
 
 
 New in Isabelle2021-1 (December 2021)