aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-16 09:09:44 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-16 09:09:44 +0200
commit8fdfbdbcb4156571a43db7445dea6cd6cec58a53 (patch)
treec14e2d109112f1fef9cf19b293ddd275ad79cbfe /CHANGES
parentea08600edd8796bc8d2782a1750c628c2f64f3d6 (diff)
parent2243c25c79ab19876ad74452c9cecc7dcc88c67c (diff)
Merge PR #7200: [ltac] Deprecate nameless fix/cofix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9f4c71a56..06a9bba7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
===============================