NEWS
changeset 73477 1d8a79aa2a99
parent 73469 8eeea9901897
child 73480 0e880b793db1
--- a/NEWS	Wed Mar 24 21:17:19 2021 +0100
+++ b/NEWS	Thu Mar 25 08:52:15 2021 +0000
@@ -61,13 +61,6 @@
 more small lemmas. Some theorems that were stated awkwardly before were
 corrected. Minor INCOMPATIBILITY.
 
-* Theory "Permutation" in HOL-Library has been renamed to the more
-specific "List_Permutation".  Note that most notions from that
-theory are already present in theory "Permutations".  INCOMPATIBILITY.
-
-* Lemma "permutes_induct" has been given stronger
-hypotheses and named premises.  INCOMPATIBILITY.
-
 * Theorems "antisym" and "eq_iff" in class "order" have been renamed to
 "order.antisym" and "order.eq_iff", to coexist locally with "antisym"
 and "eq_iff" from locale "ordering".  INCOMPATIBILITY: significant
@@ -79,6 +72,19 @@
 INCOMPATIBILITY; note that for most applications less elementary lemmas
 exists.
 
+* Dedicated session HOL-Combinatorics.  INCOMPATIBILITY: theories
+"Permutations", "List_Permutation" (formerly "Permutation"), "Stirling",
+"Multiset_Permutations"  have been
+moved there from session HOL-Library.  See theory "Guide" for an
+overview about existing material on basic combinatorics.
+
+* Theory "Permutation" in HOL-Library has been renamed to the more
+specific "List_Permutation".  Note that most notions from that
+theory are already present in theory "Permutations".  INCOMPATIBILITY.
+
+* Lemma "permutes_induct" has been given stronger
+hypotheses and named premises.  INCOMPATIBILITY.
+
 
 *** ML ***