aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.md
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-01-28 13:31:51 +0100
committerPierre-Marie Pédrot2020-01-28 13:31:51 +0100
commitb105077dd42e34f19d0849620fec2837e84b4887 (patch)
tree217628a17b0d335d8ad453bf7bab34a2b68227fe /dev/doc/changes.md
parent36c61df9435ce382084ddb097ffe0c7b2e220cbb (diff)
parentc825bc9caf3abb9610310b79f9420688f06bdf54 (diff)
Merge PR #11379: [ocaml] Remove Custom Backtrace module in favor of OCaml's
Reviewed-by: ppedrot
Diffstat (limited to 'dev/doc/changes.md')
-rw-r--r--dev/doc/changes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 04b20c6889..3bc92e6aee 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -2,6 +2,13 @@
### ML API
+Exception handling:
+
+- Coq's custom `Backtrace` module has been removed in favor of OCaml's
+ native backtrace implementation. Please use the functions in
+ `Exninfo.capture` and `iraise` when re-raising inside an exception
+ handler.
+
Printers:
- Functions such as Printer.pr_lconstr_goal_style_env have been