NEWS
changeset 7327 596318fdb379
parent 7326 a1555491a966
child 7420 cba45c114f3b
--- a/NEWS	Mon Aug 23 16:50:10 1999 +0200
+++ b/NEWS	Mon Aug 23 16:51:48 1999 +0200
@@ -163,13 +163,12 @@
 
 * HOL/record: record_simproc (part of the default simpset) takes care
 of selectors applied to updated records; record_split_tac is no longer
-part of the default claset; COMPATIBILITY:
+part of the default claset; update_defs may now be removed from the
+simpset in many cases; COMPATIBILITY: old behavior achieved by
 
   claset_ref () := claset() addSWrapper record_split_wrapper;
   Delsimprocs [record_simproc]
 
-achieve the old bahaviour;
-
 * HOL/typedef: fixed type inference for representing set; type
 arguments now have to occur explicitly on the rhs as type constraints;