aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthieu Sozeau2018-06-08 13:12:19 +0200
committerMatthieu Sozeau2018-09-06 16:43:38 +0200
commita488da64eb852554e0f1e60e2c94ea8cfc525dd7 (patch)
treee24903bd36134020a382b9b3d8ca9a956bd05448 /CHANGES
parent51197c3b8b5a6f30397f0263e2e2f4461519c66e (diff)
Bound proof-search in default program obligation tactic.
This issue was first reported on equations where a definition seemingly took all memory until Coq crashed. https://github.com/mattam82/Coq-Equations/issues/69
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5d1c9a9c2d..0ccbb10657 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,10 @@ Tactics
- Deprecated the Implicit Tactic family of commands.
+- The default program obligation tactic uses a bounded proof search
+ instead of an unbounded and potentially non-terminating one now
+ (source of incompatibility).
+
- The `simple apply` tactic now respects the `Opaque` flag when called from
Ltac (`auto` still does not respect it).