NEWS
changeset 4828 ee3317896a47
parent 4825 e4e56a1bcbe2
child 4835 f90a427d903f
--- a/NEWS	Fri Apr 24 16:16:29 1998 +0200
+++ b/NEWS	Fri Apr 24 16:18:39 1998 +0200
@@ -33,7 +33,9 @@
 * added option_map_eq_Some to simpset(), option_map_eq_Some RS iffD1 to claset()
 * New directory HOL/UNITY: Chandy and Misra's UNITY formalism
 
-* split_all_tac is now much faster and fails if there is nothing to split
+* split_all_tac is now much faster and fails if there is nothing to split.
+  Existing (fragile) proofs may require adaption because the order and the names
+  of the automatically generated variables have changed.
   split_all_tac has moved within claset() from usafe wrappers to safe wrappers,
   which means that !!-bound variables are splitted much more aggressively.
   If this splitting is not appropriate, use delSWrapper "split_all_tac".