aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2013-06-02 21:31:34 +0000
committerherbelin2013-06-02 21:31:34 +0000
commit192ce3da462b3eba13b88e8940ce1751d351e25e (patch)
treeb3da81faec3e9c5683aa192c1002f586f97adc01 /CHANGES
parent792a07d519a8dd396674e5431af2380a26d74b9c (diff)
Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as an
"injection" tactic when applied on an equality statement. Moreover, hypotheses are now entered in the left-to-right order. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16550 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 00c59fa166..6e0e434782 100644
--- a/CHANGES
+++ b/CHANGES
@@ -49,7 +49,8 @@ Tactics
- Now "appcontext" and "context" behave the same. The old buggy behaviour of
"context" can be retrieved at parse time by setting the
"Tactic Compat Context" flag. (possible source of incompatibilities).
-
+- Introduction patterns of the form [x1 .. xn] or (x1,..,xn) now apply
+ injection when used on an equality statement ("ssreflect" style)
Program