aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.txt
diff options
context:
space:
mode:
authorHugo Herbelin2014-05-08 17:40:07 +0200
committerHugo Herbelin2014-05-08 20:44:29 +0200
commitf87c3a55b1ad52b63ebd0af0cf9f3fb0e8e86f76 (patch)
tree348006f1c5abfed0a69e67f3090e479a5d26b58a /dev/doc/changes.txt
parent8bbd7ceb554f68f0473f492f45e0f909af15992b (diff)
Renaming new_induct -> induction; new_destruct -> destruct.
Diffstat (limited to 'dev/doc/changes.txt')
-rw-r--r--dev/doc/changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 2164830a7c..8a2b13ebee 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -75,6 +75,8 @@
check_evars_are_solved explicitly to check that evars are solved.
See also the corresponding commit log.
+- Tactics API: new_induct -> induction; new_destruct -> destruct
+
=========================================
= CHANGES BETWEEN COQ V8.3 AND COQ V8.4 =
=========================================