aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index cea4cf1224..d872110b97 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -91,8 +91,11 @@
"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"
+- API of cut tactics changed: for instance, cut_intro should be replaced by
+ "assert_after Anonymous"
+
+- All functions taking an env and a sigma (or an evdref) now takes the
+ env first.
=========================================
= CHANGES BETWEEN COQ V8.3 AND COQ V8.4 =