diff -r d84c8de81edf -r 186535065f5c NEWS --- a/NEWS Tue Aug 20 11:21:49 2013 +0200 +++ b/NEWS Tue Aug 20 11:39:53 2013 +0200 @@ -312,6 +312,10 @@ "ALL x1 ... xn. Prop x1 ... xn". Simple examples are in src/HOL/Spec_Check/Examples.thy. +* Imperative HOL: The MREC combinator is considered legacy and no longer +included by default. INCOMPATIBILITY, use partial_function instead, or import +theory Legacy_Mrec as a fallback. + *** HOL-Algebra ***