NEWS
changeset 21320 d240748a2cf5
parent 21308 73883a528b26
child 21339 b59f7cca0b0c
--- a/NEWS	Mon Nov 13 13:51:22 2006 +0100
+++ b/NEWS	Mon Nov 13 13:53:48 2006 +0100
@@ -483,6 +483,15 @@
 
 *** HOL ***
 
+* Replaced "auto_term" by the conceptually simpler method "relation",
+which just applies the instantiated termination rule with no further
+simplifications.
+INCOMPATIBILITY: 
+Replace 
+        termination by (auto_term "MYREL")
+with 
+        termination by (relation "MYREL") auto
+
 * Automated termination proofs "by lexicographic_order" are now
 included in the abbreviated function command "fun". No explicit
 "termination" command is necessary anymore.