aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c51cbd9dc..ee4f01044 100644
--- a/CHANGES
+++ b/CHANGES
@@ -164,7 +164,8 @@ Tactics
Some intro patterns don't need space between them. In particular
intros ?a?b used to be legal and equivalent to intros ? a ? b. Now it
is still legal but equivalent to intros ?a ?b.
-- New intro pattern "{A,B,C}" synonym to "(A,(B,C))"
+- New intro pattern "(A & ... & Y & Z)" synonym to "(A,....,(Y,Z)))))"
+ for right-associative constructs like /\ or exists.
- rewrite now supports "by" to solve side-conditions and "at" to select
occurrences. (DOC TODO)
- New syntax "rewrite A,B" for "rewrite A; rewrite B"