From 7b79645f0002041194921a057738821104a481d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20Fern=C3=A1ndez?= Date: Sun, 14 Feb 2021 23:38:20 +0100 Subject: [PATCH] Update CHANGES. --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES b/CHANGES index e7013fe..c80085c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +1.7.0 (2021-02-14) +================== +* lazy deserialization regime for message fields and associated + option -fieldmod + Refer to "Evaluation regime" section in doc/language-mapping.md +* improved codegen for monomorphic record types +* -mli option to generate .mli signatures +* -export-type-io option to export monomorphic record type + (de)serialization functions and allow to reference the type in other + protocols +* -assume-subsets option to enable cross-protocol subsets of messages + (use in proto for whose messages subsets will be created) +* support for extlib 1.7.8 + 1.6.0 (2018-10-16) ================== * compatibility with safe-string (and thus default 4.06 OCaml)