aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2018-03-31 14:03:07 +0200
committerHugo Herbelin2018-09-10 19:56:08 +0200
commit262a4e28744a81a433d387486d96a583f893c7e8 (patch)
tree6124c048bcd5823099f4b2ee3bf4e13b3174fd61
parent46ab3659dd1f2e4839064cfabc03bd19268fa44b (diff)
CHANGES: mentioning new command "Declare Scope".
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5d1c9a9c2d..738c0934d1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ Notations
- New support for autonomous grammars of terms, called "custom
entries" (see chapter "Syntax extensions" of the reference manual).
+- New command "Declare Scope" to explicitly declare a scope name
+ before any use of it. Implicit declaration of a scope at the time of
+ "Bind Scope", "Delimit Scope", "Undelimit Scope", or "Notation" is
+ deprecated.
+
Tactics
- Added toplevel goal selector ! which expects a single focused goal.