NEWS
changeset 15481 fc075ae929e4
parent 15477 5058984779b9
child 15528 1b12557f720d
--- a/NEWS	Sun Jan 30 20:48:50 2005 +0100
+++ b/NEWS	Tue Feb 01 18:01:57 2005 +0100
@@ -37,6 +37,12 @@
 * Provers/blast.ML:  new reference depth_limit to make blast's depth
   limit (previously hard-coded with a value of 20) user-definable.
 
+* Provers: new version of the subst method, for single-step rewriting: it now
+  works in bound variable contexts. New is subst (asm), for rewriting an
+  assumption. Thanks to Lucas Dixon! INCOMPATIBILITY: may rewrite a different
+  subterm than the original subst method, which is still available under the
+  name simplesubst.
+
 * Pure: thin_tac now works even if the assumption being deleted contains !! or ==>. 
   More generally, erule now works even if the major premise of the elimination rule
   contains !! or ==>.