aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-01-22 10:37:46 +0100
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-01-22 10:37:46 +0100
commita872ab42a338e0e9ccb5d1586b10fb961b66d425 (patch)
tree6164cdca7baa2d527a78172eed5ebab7470ad0c7 /CHANGES
parent9aa2464375c1515aa64df7dc910e2f324e34c82f (diff)
Move the mention of the removal of Qed exporting at the right place.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c9197fb36..cb5da333a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.