NEWS
changeset 65027 2b8583507891
parent 64986 b81a048960a3
child 65041 2525e680f94f
--- a/NEWS	Sat Feb 11 22:53:35 2017 +0100
+++ b/NEWS	Mon Feb 13 16:03:53 2017 +0100
@@ -94,6 +94,14 @@
 * The theorem in Permutations has been renamed:
   bij_swap_ompose_bij ~> bij_swap_compose_bij
 
+* Session HOL-Library: The simprocs on subsets operators of multisets have been renamed:
+  msetless_cancel_numerals ~> msetsubset_cancel
+  msetle_cancel_numerals ~> msetsubset_eq_cancel
+INCOMPATIBILITY.
+
+* Session HOL-Library: The suffix _numerals has been removed from the name of the simprocs on multisets.
+INCOMPATIBILITY.
+
 
 *** System ***