NEWS
changeset 42160 43cba90b080f
parent 42149 7e6f4ca198bb
child 42180 a6c141925a8a
--- a/NEWS	Wed Mar 30 09:44:16 2011 +0200
+++ b/NEWS	Wed Mar 30 09:44:17 2011 +0200
@@ -53,6 +53,12 @@
 * "try":
   - Added "simp:", "intro:", and "elim:" options.
 
+* Quickcheck:
+  - Added "eval" option to evaluate terms for the found counterexample
+    (currently only supported by the default (exhaustive) tester)
+  - Added post-processing of terms to obtain readable counterexamples
+    (currently only supported by the default (exhaustive) tester)
+
 * Function package: discontinued option "tailrec".
 INCOMPATIBILITY. Use partial_function instead.