aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-12-14 13:19:09 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-12-14 13:19:09 +0100
commitc377938a8f87d9c0517aa0c7d4564323951a2133 (patch)
tree8c4a014e4b55fc556cf51344b7a4d1ef473e19ad /CHANGES
parent81ef6a6dc1bfc3db0e7df3e32b6446fc4d2c4008 (diff)
Flag -compat 8.4 now loads Coq.Compat.Coq84.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f31f4efa8..8cb515875 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
Changes from V8.5beta3
======================
+Vernacular commands
+- Flag -compat 8.4 now loads Coq.Compat.Coq84. The standard way of putting Coq
+ in v8.4 compatibility mode is to pass the command line flag "-compat 8.4". It
+ can be followed by "-require Coq.Compat.AdmitAxiom" if 8.4 behavior of admit is
+ needed, in which case it uses an axiom.
+
Specification language
- Syntax "$(tactic)$" changed to "ltac:(tactic)".