NEWS
changeset 58310 91ea607a34d8
parent 58247 98d0f85d247f
child 58321 44692d31a399
--- a/NEWS	Thu Sep 11 19:26:59 2014 +0200
+++ b/NEWS	Thu Sep 11 19:32:36 2014 +0200
@@ -28,6 +28,9 @@
 Minor INCOMPATIBILITY.
 
 * New (co)datatype package:
+  - The 'datatype_new' command has been renamed 'datatype'. The old command of
+    that name is now called 'old_datatype'. See 'isabelle doc datatypes' for
+    information on porting.
   - Renamed theorems:
       disc_corec ~> corec_disc
       disc_corec_iff ~> corec_disc_iff
@@ -58,6 +61,9 @@
     INCOMPATIBILITY.
 
 * Old datatype package:
+  - The old 'datatype' command has been renamed 'old_datatype', and
+    'rep_datatype' has been renamed 'old_rep_datatype'. See
+    'isabelle doc datatypes' for information on porting.
   - Renamed theorems:
       weak_case_cong ~> case_cong_weak
     INCOMPATIBILITY.