aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2014-06-30 09:24:00 +0200
committerHugo Herbelin2014-06-30 17:23:10 +0200
commita0ccd7bdc29c35dd291a526891fdbb9909b8e827 (patch)
treedf984988850c92ffe32d0e57edfa482f931675ee /CHANGES
parent1f0f842e92be66f67044bdc6deb70676f0ffc22f (diff)
Synchronized names from the "as" clause with the skeleton of the
elimination scheme in induction/destruct also for those names which correspond to neither the induction hypotheses nor the recursive arguments.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d35fc5eb1b..0fa460dca2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -118,6 +118,7 @@ Tactics
the option "Set Injection On Proofs" (disabled by default). Also improved the
error messages.
- Tactic "subst id" now supports id occurring in dependent local definitions.
+- Bugs fixed about intro-pattern "*" might lead to some rare incompatibilities.
Program