diff --git a/CHANGES.md b/CHANGES.md index fefdd4f22..221d74c80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ merlin NEXT_VERSION - Add a query_num field to the `ocamlmerlin` responses to detect server crashes (#1716) - Jump to cases within a match statement (#1726) - Jump to `module-type` (#1728, partially fixes #1656) + - Exposes stable functions for configuration handling and pattern variable + destruction. (#1730) + editor modes - vim: load merlin under the ocamlinterface and ocamllex filetypes (#1340) - Fix merlinpp not using binary file open (#1725, fixes #1724)