diff options
| author | herbelin | 2011-04-24 08:59:18 +0000 |
|---|---|---|
| committer | herbelin | 2011-04-24 08:59:18 +0000 |
| commit | ef6bddfdcf87d90e9ad7f682cfa5e24a1a53f3c5 (patch) | |
| tree | de3cf491556c49d9f82b80f2f224729b9a13d2b2 /CHANGES | |
| parent | c250c03254bda83775647b47bc35274ea0747647 (diff) | |
Fixed a bug of destruct which was sometimes forgetting local definitions behind it.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14053 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Tactics - New experimental tactical "timeout <n> <tac>". Since <n> is a time in second for the moment, this feature should rather be avoided 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). Vernacular commands |
