NEWS
changeset 31997 de0d280c31a7
parent 31971 8c1b845ed105
child 32061 11f8ee55662d
child 32066 091f1e304120
--- a/NEWS	Sun Jul 12 14:48:01 2009 +0200
+++ b/NEWS	Tue Jul 14 10:53:44 2009 +0200
@@ -18,6 +18,16 @@
 
 *** HOL ***
 
+* Code generator attributes follow the usual underscore convention:
+    code_unfold     replaces    code unfold
+    code_post       replaces    code post
+    etc.
+  INCOMPATIBILITY.
+
+* New quickcheck implementation using new code generator.
+
+* New type class boolean_algebra.
+
 * Class semiring_div requires superclass no_zero_divisors and proof of
 div_mult_mult1; theorems div_mult_mult1, div_mult_mult2,
 div_mult_mult1_if, div_mult_mult1 and div_mult_mult2 have been