aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6e0e434782..eb39ac34e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,7 +50,12 @@ Tactics
"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)
+ "injection" when used on an equality statement ("ssreflect" style).
+- Tactic "injection c as ipats" now clears c if c refers to an
+ hypothesis and moves the resulting equations in the hypotheses
+ 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").
Program