NEWS
authorblanchet
Fri, 21 Feb 2014 00:18:40 +0100
changeset 55643 18fe288f6801
parent 55642 63beb38e9258
child 55644 b657146dc030
child 55645 561754277494
NEWS
NEWS
--- a/NEWS	Fri Feb 21 00:09:56 2014 +0100
+++ b/NEWS	Fri Feb 21 00:18:40 2014 +0100
@@ -128,9 +128,14 @@
     wrap_free_constructors ~> free_constructors
   INCOMPATIBILITY.
 
+* Old datatype package:
+  * The generated theorems "xxx.cases" and "xxx.recs" have been renamed
+    "xxx.case" and "xxx.rec" (e.g., "sum.cases" -> "sum.case").
+    INCOMPATIBILITY.
+
 * Old and new (co)datatype packages:
-  * Generated constants "xxx_case" and "xxx_rec" have been renamed "case_xxx"
-    and "rec_xxx" (e.g., "prod_case" ~> "case_prod").
+  * The generated constants "xxx_case" and "xxx_rec" have been renamed
+    "case_xxx" and "rec_xxx" (e.g., "prod_case" ~> "case_prod").
     INCOMPATIBILITY.
 
 * The types "'a list" and "'a option", their set and map functions, their