aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-27 18:01:42 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-27 18:01:42 +0200
commitbb383ae81838aabae9fe77fdbeaecf46bb85b4f2 (patch)
treee2b9ab6963e145b558d9651e4fca922648546eb1 /dev
parentad973248998da8d7d10ed00f4bcd6f383ba9a171 (diff)
parent91e9e1c26b7f2b874df83600b2bc8d23df9ed48b (diff)
Merge PR #677: Trunk+abstracting injection flags
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 8a2a2fffc..6ade6576f 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -32,6 +32,12 @@ We renamed the following datatypes:
- `Pp.std_ppcmds` -> `Pp.t`
+Some tactics and related functions now support static configurability, e.g.:
+
+- injectable, dEq, etc. takes an argument ~keep_proofs which,
+ - if None, tells to behave as told with the flag Keep Proof Equalities
+ - if Some b, tells to keep proof equalities iff b is true
+
## Changes between Coq 8.6 and Coq 8.7
### Ocaml