aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-02 12:00:41 +0100
committerHugo Herbelin2020-03-13 07:37:25 +0100
commitee2c5352d95adee5a31689c79785547c0dbaa749 (patch)
tree53a749eb574f1d62f6332401f4a15c5760dcb318 /dev
parent89a5abb0b8b453bdda8c9ebf33734c42c3a826db (diff)
Deprecation of catchable_exception, to be replaced by noncritical in try-with.
Diffstat (limited to 'dev')
-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 d5938713d6..9088df6856 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -2,6 +2,13 @@
### ML API
+Refiner.catchable_exception is deprecated, use instead
+CErrors.noncritical in try-with block. Note that nothing is needed in
+tclORELSE block since the exceptions there are supposed to be
+non-critical by construction.
+
+### ML API
+
Types `precedence`, `parenRelation`, `tolerability` in
`notgram_ops.ml` have been reworked. See `entry_level` and
`entry_relative_level` in `constrexpr.ml`.