diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-11-07 00:48:14 +0100 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-11-07 00:53:19 +0100 |
commit | 9402b6efad32757f44d72d83f6aabdca8829e3ed (patch) | |
tree | 0ab9fc18568664e4b7bd0a63f9b52c6303e73a61 /dev/doc | |
parent | 0d81e80a09db7d352408be4dfc5ba263f6ed98ef (diff) |
[api] Remove 8.7 ML-deprecated functions.
Diffstat (limited to 'dev/doc')
-rw-r--r-- | dev/doc/changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 5be8257e8..707adce30 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -24,6 +24,12 @@ passing `-bypass-API`. ### ML API +General deprecation + +- All functions marked [@@ocaml.deprecated] in 8.7 have been + removed. Please, make sure your plugin is warning-free in 8.7 before + trying to port it over 8.8. + We removed the following functions: - `Universes.unsafe_constr_of_global`: use `Global.constr_of_global_in_context` |