aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-08-17 17:16:58 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-08-18 18:56:38 +0200
commitb6c3f54d04ce441ac68ffabfca69c18847707518 (patch)
tree6921f4ecb293e06ecaa0f13ed7deaceeaf194d76 /dev/doc
parent287d6f88b78634561fff65d32eeb501f12440df8 (diff)
A reorganization of the "assert" tactics (hopefully uniform naming
scheme, redundancies, possibility of chaining a tactic knowing the name of introduced hypothesis, new proof engine).
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 4ea33ddbe..cea4cf122 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -91,6 +91,9 @@
"intros_pattern" and "intros_patterns" is not anymore behaving like
tactic "intros" on the empty list.
+- API of cut tactics changed: cut_intro should be replaced by
+ "enough_tac Anonymous"
+
=========================================
= CHANGES BETWEEN COQ V8.3 AND COQ V8.4 =
=========================================