diff options
| -rw-r--r-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,7 +17,7 @@ Tactic language - Support for fix/cofix added in Ltac "match" and "lazymatch". -- Ltac backtraces now contain include trace information about tactics +- Ltac backtraces now include trace information about tactics called by OCaml-defined tactics. Changes from 8.8+beta1 to 8.8.0 @@ -35,6 +35,12 @@ Tactic language deprecated; please use `fix/cofix ident N` to explicitely name hypothesis to be introduced. +Documentation + +- The reference manual is now fully ported to Sphinx. + +Other small deprecations and bug fixes. + Changes from 8.7.2 to 8.8+beta1 =============================== |
