NEWS
changeset 63161 2660ba498798
parent 63155 ea8540c71581
child 63165 c12845e8e80a
--- a/NEWS	Thu May 26 15:27:50 2016 +0200
+++ b/NEWS	Thu May 26 15:27:50 2016 +0200
@@ -101,6 +101,11 @@
 permutations of a set, i.e. the set of all lists that contain every 
 element of the carrier set exactly once.
 
+* Static evaluators (Code_Evaluation.static_* in Isabelle/ML) rely on
+explicitly provided auxiliary definitions for required type class
+dictionaries rather than half-working magic.  INCOMPATIBILITY, see
+the tutorial on code generation for details.
+
 * New abbreviations for negated existence (but not bounded existence):
 
   \<nexists>x. P x \<equiv> \<not> (\<exists>x. P x)