aboutsummaryrefslogtreecommitdiff
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorMaxime Dénès2017-10-03 11:18:50 +0200
committerMaxime Dénès2017-10-03 11:18:50 +0200
commita385b201b4fc12740ad9fecb117e218e6b3f7767 (patch)
treedb2c2df53cb2b42dd6a41e1fbbe3b06aebe2f573 /COMPATIBILITY
parentb9740771e8113cb9e607793887be7a12587d0326 (diff)
parent848bc5b5fc366ab5869a2836c5ad83ab4d0f2842 (diff)
Merge PR #667: [vernac] Remove `Qed exporting` syntax.
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY4
1 files changed, 4 insertions, 0 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index 78dfabaa3e..b5fed7f018 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -5,6 +5,10 @@ Potential sources of incompatibilities between Coq V8.6 and V8.7
error rather than a warning when the superfluous name is already in
use. The easy fix is to remove the superfluous name.
+- Proofs ending in "Qed exporting ident, .., ident" are not supported
+ anymore. Constants generated during `abstract` are kept private to the
+ local environment.
+
Potential sources of incompatibilities between Coq V8.5 and V8.6
----------------------------------------------------------------