aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-05-17 18:28:42 +0200
committerEmilio Jesus Gallego Arias2018-05-17 18:28:42 +0200
commit5281317cb558f2b9aa6f854b9c7aeb617beba8e6 (patch)
tree49b5ee04830560ff74a3a27c7add6000e28c0980 /CHANGES
parentb0cf6c4042ed8e91c6f7081a6f0c4b83ec9407c2 (diff)
parentc9b4073104385f6079f260c5183bb3a6a989b7d9 (diff)
Merge PR #7451: Introduce an option to allow nested lemma, and turn it off by default.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cdc1ff6a63..3030e3311c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ Vernacular Commands
- Removed deprecated commands Arguments Scope and Implicit Arguments
(not the option). Use the Arguments command instead.
+- Nested proofs may be enabled through the option `Nested Proofs Allowed`.
+ By default, they are disabled and produce an error. The deprecation
+ warning which used to occur when using nested proofs has been removed.
Tactics