aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Jasper Hugunin <jasperh@cs.washington.edu>2018-03-30 17:49:35 -0700
committerGravatar Jasper Hugunin <jasperh@cs.washington.edu>2018-03-30 17:49:35 -0700
commit3df3e0f6f8a61a43a03ebd7907f604407df89259 (patch)
treea616632f289f0b3e67611fb1e72951ec505b46df /CHANGES
parentef6202218c92bf3fb5bcdeca0c372e5d124cd537 (diff)
Add CHANGES for removing Implicit Arguments and Arguments Scope
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24c4cfec0..d982e0af7 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.
+
Changes from 8.7.2 to 8.8+beta1
===============================