aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-15 23:25:53 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-06-05 09:59:47 +0200
commitd28c22a7b173fc78de98c8bf0f986cb163e210a0 (patch)
tree7087075e4ebeab0c10a3339f5f55cc75fa98386f /CHANGES
parentf6538f1a7f8ad2bdc0bc446d4ca35078d55d63ee (diff)
Make direct invocations of `simple apply` obey `Opaque` directive.
When called by auto, `simple apply` still does not respect `Opaque` because of compatibility issues.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e8718bbab..787c9ba12 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,9 @@ Tactics
- Deprecated the Implicit Tactic family of commands.
+- The `simple apply` tactic now respects the `Opaque` flag when called from
+ Ltac (`auto` still does not respect it).
+
Tools
- Coq_makefile lets one override or extend the following variables from