diff options
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | COMPATIBILITY | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -51,6 +51,9 @@ Focusing Vernacular Commands +- Proofs ending in "Qed exporting ident, .., ident" are not supported + anymore. Constants generated during `abstract` are kept private to the + local environment. - The deprecated Coercion Local, Open Local Scope, Notation Local syntax was removed. Use Local as a prefix instead. - For the Extraction Language command, "OCaml" is spelled correctly. diff --git a/COMPATIBILITY b/COMPATIBILITY index b5fed7f018..78dfabaa3e 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -5,10 +5,6 @@ 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 ---------------------------------------------------------------- |
