aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8805254b1..37d9d3680 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@ Tools
- Coq_makefile lets one override or extend the following variables from
the command line: COQFLAGS, COQCHKFLAGS, COQDOCFLAGS.
+Vernacular Commands
+
+- Removed deprecated commands Arguments Scope and Implicit Arguments
+ (not the option). Use the Arguments command instead.
+
Tactic language
- Support for fix/cofix added in Ltac "match" and "lazymatch".