NEWS
changeset 45941 2fd0bbf8be13
parent 45874 ab10ce781e34
child 45957 43eac86bf006
--- a/NEWS	Wed Dec 21 09:21:35 2011 +0100
+++ b/NEWS	Wed Dec 21 09:39:14 2011 +0100
@@ -170,7 +170,12 @@
     By default, Quickcheck shows potentially spurious and genuine
     counterexamples. The option "genuine_only" sets quickcheck to
     only show genuine counterexamples.
- 
+
+  - The command 'quickcheck_generator' creates random and exhaustive
+    value generators for a given type and operations.
+    It generates values by using the operations as if they were
+    constructors of that type. 
+  
 * Nitpick:
   - Fixed infinite loop caused by the 'peephole_optim' option and
     affecting 'rat' and 'real'.