aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-12-11 13:02:37 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2015-12-11 13:06:53 +0100
commit50d241267e2eb41cb06eb2f48a5ce440f0458b71 (patch)
treef5d7c15cd62cf41177f2f902559ff21fc2988c54 /CHANGES
parente70165079e8defe490a568ece20a7029e4c1626e (diff)
parent119d61453c6761f20b8862f47334bfb8fae0049e (diff)
Merge branch 'v8.5'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3eed3dca0..02e72df98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,9 @@ Tactics
- Syntax "destruct !hyp" changed to "destruct (hyp)", and similarly
for induction.
+- Syntax "p/c" for on-the-fly application of a lemma c before
+ introducing along pattern p changed to p%c1..%cn. The feature and
+ syntax are in experimental stage.
Changes from V8.5beta2 to V8.5beta3
===================================
@@ -35,6 +38,7 @@ Vernacular commands
declaration of all polymorphic universes appearing in a definition when
introducing it.
- New command "Show id" to show goal named id.
+- Option "Virtual Machine" removed.
Tactics
@@ -100,6 +104,7 @@ Tools
- The -require and -load-vernac-object command-line options now take a logical
path of a given library rather than a physical path, thus they behave like
Require [Import] path.
+- The -vm command-line option has been removed.
Standard Library