diff options
| author | Maxime Dénès | 2016-07-03 19:08:23 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-07-03 19:08:23 +0200 |
| commit | 4349cd9fea36fafb857b117865a5edf8ae1e3b08 (patch) | |
| tree | c25cac2ad12387a591e6836a15ded2cf068ec69e /dev/doc | |
| parent | e278d031a1d9a7bf3de463d3d415065299c99395 (diff) | |
Mention recent renaming of files in dev/doc/changes.txt.
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/changes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 4ce1338443..3cd371bfdc 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,6 +2,13 @@ = CHANGES BETWEEN COQ V8.5 AND COQ V8.6 = ========================================= +** Files ** + +To avoid clashes with OCaml's compiler libs, the following files were renamed: +kernel/closure.ml{,i} -> kernel/cClosure.ml{,i} +lib/errors.ml{,i} -> lib/cErrors.ml{,i} +toplevel/cerror.ml{,i} -> toplevel/explainErr.mli{,i} + ** Reduction functions ** In closure.ml, we introduced the more precise reduction flags fMATCH, fFIX, |
