NEWS
changeset 21406 4058f0886448
parent 21358 f48800c3d573
child 21447 379f130843f7
--- a/NEWS	Fri Nov 17 17:32:30 2006 +0100
+++ b/NEWS	Sat Nov 18 00:20:12 2006 +0100
@@ -487,6 +487,13 @@
 
 *** HOL ***
 
+* New syntactic class "size"; overloaded constant "size" now
+has type "'a::size ==> bool"
+
+* Constants "Divides.op div", "Divides.op mod" and "Divides.op dvd" no named
+  "Divides.div", "Divides.mod" and "Divides.dvd"
+  INCOMPATIBILITY for ML code directly refering to constant names.
+
 * Replaced "auto_term" by the conceptually simpler method "relation",
 which just applies the instantiated termination rule with no further
 simplifications.