diff options
author | Jason Gross <jgross@mit.edu> | 2017-12-12 13:52:42 -0500 |
---|---|---|
committer | Jason Gross <jgross@mit.edu> | 2018-04-02 15:35:13 -0400 |
commit | d9a7712b231f92882c2dccdc62d24ea3109abb0e (patch) | |
tree | ce23d71c6e79f5d9a5f38ea42c648f70ee13b94e /CHANGES | |
parent | f29f8f80c8ad94576c7a36f3f638866c208338a0 (diff) |
Fix #6404 - Print tactics called by ML tactics
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 =============================== |