aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-04-14 13:46:05 +0200
committerPierre-Marie Pédrot2018-04-14 13:46:05 +0200
commit2384fcb98640dbd9aeee4e8e43965d499e594815 (patch)
treec7aaa89a76405ab8695d26590d76a971a170c850 /dev/doc
parent4f6681a4835758a27aaade3c18c21a5fe6d283c5 (diff)
parente158df83522215b7699879c38906471598217866 (diff)
Merge PR #7136: Evar maps contain econstrs.
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/changes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index ab78b0956f..1a24f23e5a 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -1,3 +1,12 @@
+## Changes between Coq 8.8 and Coq 8.9
+
+### ML API
+
+Proof engine
+
+ More functions have been changed to use `EConstr`, notably the
+ functions in `Evd`.
+
## Changes between Coq 8.7 and Coq 8.8
### Bug tracker