aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-04-04 13:40:53 +0200
committerPierre-Marie Pédrot2018-04-04 13:40:53 +0200
commit55674399d4020b6dc1cf9ea55c78ebcde70f2e4a (patch)
tree2e6991d36908381da0e206d6d35eb9f553f17964 /CHANGES
parenta1a190f5edf1c3c3283babce52d0e1b4d6830328 (diff)
parentd9a7712b231f92882c2dccdc62d24ea3109abb0e (diff)
Merge PR #6407: Fix #6404 - Print tactics called by ML tactics
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37d9d36808..3994caef67 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,9 @@ Tactic language
- Support for fix/cofix added in Ltac "match" and "lazymatch".
+- Ltac backtraces now contain include trace information about tactics
+ called by OCaml-defined tactics.
+
Changes from 8.7.2 to 8.8+beta1
===============================