diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 43d54da23a..7b2b1ca28f 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -1,5 +1,5 @@ ========================================= -= CHANGES BETWEEN COQ V8.2 AND COQ V8.3 = += CHANGES BETWEEN COQ V8.3 AND COQ V8.4 = ========================================= ** Optimizing calls to Evd functions ** @@ -9,6 +9,15 @@ efficiency, when an evar is known to be undefined, it is preferable to use specific functions about undefined evars since these ones are generally fewer than the defined ones. +========================================= += CHANGES BETWEEN COQ V8.2 AND COQ V8.3 = +========================================= + +** Semantical change of h_induction_destruct ** + +Warning, the order of the isrec and evar_flag was inconsistent and has +been permuted. Tactic induction_destruct in tactics.ml is unchanged. + ** Internal tactics renamed There is no more difference between bindings and ebindings. The |
