diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-04-16 22:48:39 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-04-16 22:48:39 +0200 |
commit | 4078547a44619701e9a719876b716877d0368bc4 (patch) | |
tree | 47218bcb1d6f0933d75c147caae9879c60b9d16a /CHANGES | |
parent | f0863099fe7b9d29b887edcb6aea12291c56a1dc (diff) |
Fix typo in CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 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 |