aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-23 09:59:15 +0100
committerMaxime Dénès2018-01-23 09:59:15 +0100
commita4e4bf422093612c87bf6a55b98b8b7a7317c18a (patch)
treecfb0eeb56a44743e04128ff8401b66525076f6e0
parent969926a5b042d1850b262fb62dbd1d0d8534babe (diff)
parente8c32132796582b792f0b9a154fe568446526e95 (diff)
Merge PR #6629: Archive COMPATIBILITY
-rw-r--r--CHANGES3
-rw-r--r--dev/doc/COMPATIBILITY (renamed from COMPATIBILITY)7
2 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 8c9b51b86b..cb4b966b08 100644
--- a/CHANGES
+++ b/CHANGES
@@ -53,6 +53,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/dev/doc/COMPATIBILITY
index b5fed7f018..a81afca32d 100644
--- a/COMPATIBILITY
+++ b/dev/doc/COMPATIBILITY
@@ -1,3 +1,6 @@
+Note: this file isn't used anymore. Incompatibilities are documented
+as part of CHANGES.
+
Potential sources of incompatibilities between Coq V8.6 and V8.7
----------------------------------------------------------------
@@ -5,10 +8,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
----------------------------------------------------------------