NEWS
changeset 46170 1b2e882f42d2
parent 46160 f363e5a2f8e8
child 46236 ae79f2978a67
--- a/NEWS	Tue Jan 10 10:18:08 2012 +0100
+++ b/NEWS	Tue Jan 10 10:48:39 2012 +0100
@@ -243,6 +243,8 @@
 produces a rule which can be used to perform case distinction on both
 a list and a nat.
 
+* Improved code generation of multisets.
+
 * Quickcheck:
   - Quickcheck returns variable assignments as counterexamples, which
     allows to reveal the underspecification of functions under test.
@@ -262,7 +264,9 @@
     value generators for a given type and operations.
     It generates values by using the operations as if they were
     constructors of that type. 
-  
+
+  - Support for multisets.
+
 * Nitpick:
   - Fixed infinite loop caused by the 'peephole_optim' option and
     affecting 'rat' and 'real'.