aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc/changes.txt')
-rw-r--r--dev/doc/changes.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index a7b5c61e9..fb1e805c1 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -21,6 +21,18 @@ The following type aliases where removed
Context.section_context ... it was just an alias for "Context.Named.t" which is still available
+* ML API *
+
+** Error handling **
+
+- All error functions now take an optional parameter `?loc:Loc.t`. For
+ functions that used to carry a suffix `_loc`, such suffix has been
+ dropped.
+
+- `errorlabstrm` has been removed in favor of `user_err`.
+
+- The header parameter to `user_err` has been made optional.
+
=========================================
= CHANGES BETWEEN COQ V8.5 AND COQ V8.6 =
=========================================