aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-14 12:03:45 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-12-14 13:46:53 +0100
commit317858b7ad05764a2ce010354631443f219a4b9f (patch)
tree06ff63e3b715d5295740324b40f56c0680b9fd57 /CHANGES
parent469cb750c6c1aa46f77b2a89a36f79f29aa97073 (diff)
Updating CHANGES with an incompatibility.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8cb515875..b39d84ba5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,9 @@ Specification language
Tactics
- Syntax "destruct !hyp" changed to "destruct (hyp)", and similarly
- for induction.
+ for induction (rare source of incompatibilities easily solvable by
+ removing parentheses around "hyp" when not for the purpose of keeping
+ the hypothesis).
- Syntax "p/c" for on-the-fly application of a lemma c before
introducing along pattern p changed to p%c1..%cn. The feature and
syntax are in experimental stage.