diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-04-16 09:09:44 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-04-16 09:09:44 +0200 |
commit | 8fdfbdbcb4156571a43db7445dea6cd6cec58a53 (patch) | |
tree | c14e2d109112f1fef9cf19b293ddd275ad79cbfe /CHANGES | |
parent | ea08600edd8796bc8d2782a1750c628c2f64f3d6 (diff) | |
parent | 2243c25c79ab19876ad74452c9cecc7dcc88c67c (diff) |
Merge PR #7200: [ltac] Deprecate nameless fix/cofix.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,12 @@ Tools Coq was ignoring previous runs and the -async-proofs-delegation-threshold option did not have the expected behavior. +Tactic language + +- The undocumented "nameless" forms `fix N`, `cofix N` have been + deprecated; please use `fix/cofix ident N` to explicitely name + hypothesis to be introduced. + Changes from 8.7.2 to 8.8+beta1 =============================== |