NEWS
authorbulwahn
Wed, 30 Mar 2011 09:44:17 +0200
changeset 42160 43cba90b080f
parent 42159 234ec7011e5d
child 42161 d1b39536e1fb
NEWS
NEWS
--- 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.