aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2011-06-10 22:07:04 +0000
committerherbelin2011-06-10 22:07:04 +0000
commit33682f0e2ee0d99701da1703cae218b6f5f85a7f (patch)
tree3cc2e61f2dd4eff38c4f431617c3bf603e8c33e3 /CHANGES
parentc468f0600e6b0cefc3089af1c304f636b3f5e42f (diff)
Fixing another bug with "_" intro pattern.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14185 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bf4673909a..80111bc986 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,7 @@ Tactics
in scripts meant to be machine-independent.
- Fixing a bug of destruct that left local definitions in context might result
in some rare incompatibilities (solvable by adapting name hypotheses).
+- Introduction pattern "_" made more robust.
- Tactic (and Eval command) vm_compute can now be interrupted via Ctrl-C.
Vernacular commands