NEWS
changeset 73886 93ba8e3fdcdf
parent 73876 e6c9c1c3f580
child 73928 3b76524f5a85
--- a/NEWS	Sat Jun 26 20:55:43 2021 +0200
+++ b/NEWS	Mon Jun 28 20:10:23 2021 +0200
@@ -133,6 +133,13 @@
 operations has been adjusted to match the corresponding precendences on
 sets. Rare INCOMPATIBILITY.
 
+* Theory "HOL-Library.Cardinality": code generator setup based on the
+type classes finite_UNIV and card_UNIV has been moved to
+"HOL-Library.Code_Cardinality", to avoid incompatibilities with
+other code setups for sets in AFP/Containers. Applications relying on
+this code setup should import "HOL-Library.Code_Cardinality". Minor
+INCOMPATIBILITY.
+
 * Session "HOL-Analysis" and "HOL-Probability": indexed products of
 discrete distributions, negative binomial distribution, Hoeffding's
 inequality, Chernoff bounds, Cauchy–Schwarz inequality for nn_integral,