aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 14:17:59 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 14:17:59 +0200
commit2aa92f2da205db588734007f5d68cd1031bb83b5 (patch)
tree2bac2e7ad9e1985ed8b703f7c2b23b993886d426
parent42aa1e96b95f1078a36184c1d2de224fc35dfe2c (diff)
Documenting the change of semantics of the "constructor" tactic.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fb1e839fe..6515d5d0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -124,6 +124,10 @@ Tactics
has been cleared or renamed in the current goal context now fail
(possible source of incompatibilities solvable by avoiding clearing
the relevant hypotheses).
+- Tactic "constructor" is now fully backtracking, thus deprecating the need of
+ the undocumented "contructor <tac>" syntax which is now equivalent to
+ "once (constructor; tac)". (potential source of rare incompatibilities).
+
Program