updated NEWS
authorblanchet
Wed, 03 Jan 2018 11:06:41 +0100
changeset 67335 641d7da6ff96
parent 67334 51a7c90fbf19
child 67336 3ee6da378183
updated NEWS
NEWS
--- a/NEWS	Wed Jan 03 11:06:36 2018 +0100
+++ b/NEWS	Wed Jan 03 11:06:41 2018 +0100
@@ -146,6 +146,10 @@
     presence of higher-order quantifiers. An 'smt_explicit_application'
     option has been added to control this. INCOMPATIBILITY.
 
+* Datatypes:
+  - The legacy command 'old_datatype', provided by
+    '~~/src/HOL/Library/Old_Datatype.thy', has been removed. INCOMPATIBILITY.
+
 * Theory HOL-Computational_Algebra.Polynomial_Factorial does not provide
 instances of rat, real, complex as factorial rings etc. Import
 HOL-Computational_Algebra.Field_as_Ring explicitly in case of need.