aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2016-07-03 19:08:23 +0200
committerMaxime Dénès2016-07-03 19:08:23 +0200
commit4349cd9fea36fafb857b117865a5edf8ae1e3b08 (patch)
treec25cac2ad12387a591e6836a15ded2cf068ec69e /dev
parente278d031a1d9a7bf3de463d3d415065299c99395 (diff)
Mention recent renaming of files in dev/doc/changes.txt.
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.txt7
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,