diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index d8cdf738d9..b7545e09c0 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,9 +2,14 @@ = CHANGES BETWEEN COQ V8.1 AND COQ V8.2 = ========================================= -A few differences in Coq ML interfaces between Coq V8.0 and V8.1 +A few differences in Coq ML interfaces between Coq V8.1 and V8.2 ================================================================ +** Datatypes + +List of occurrences moved from "int list" to "Termops.occurrences" (an +alias to "bool * int list"). + ** Functions Eauto: e_resolve_constr, vernac_e_resolve_constr -> simplest_eapply |
