aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2011-04-24 08:59:18 +0000
committerherbelin2011-04-24 08:59:18 +0000
commitef6bddfdcf87d90e9ad7f682cfa5e24a1a53f3c5 (patch)
treede3cf491556c49d9f82b80f2f224729b9a13d2b2 /CHANGES
parentc250c03254bda83775647b47bc35274ea0747647 (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--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 775a2220ce..b97fdfe058 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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