From fafd64a1322205c3c4e3cae0680e03ea341b1cd8 Mon Sep 17 00:00:00 2001 From: msozeau Date: Thu, 6 Jun 2013 14:33:19 +0000 Subject: Document changes and add missing documentation for Program options. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16563 85f007b7-540e-0410-9357-904b9bb8a0f7 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index eb39ac34e0..8cea62915b 100644 --- a/CHANGES +++ b/CHANGES @@ -56,12 +56,17 @@ Tactics independently of the number of ipats, which has itself to be less than the number of new hypotheses (possible source of incompatibilities; former behavior obtainable by "Unset Injection L2R Pattern Order"). +- New tactic "rewrite_strat" for generalized rewriting with user-defined + strategies, subsumming autorewrite. Program - "Solve Obligations using" changed to "Solve Obligations with", consistent with "Proof with". - Program Lemma, Definition now respect automatic introduction. +- Add/document "Set Hide Obligations" (to hide obligations in the final + term inside an implicit argument) and "Set Shrink Obligations" (to + minimize dependencies of obligations defined by tactics). Notations -- cgit v1.2.3