From b9527c1136624a3062472d4827942cd60761ff4f Mon Sep 17 00:00:00 2001 From: Dylan Thinnes Date: Wed, 17 Aug 2022 14:23:16 +0100 Subject: [PATCH] Update Version 1.15 changelog with Call/implements --- daml-lf/spec/daml-lf-1.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/daml-lf/spec/daml-lf-1.rst b/daml-lf/spec/daml-lf-1.rst index 6521fe0a7b..bd02028fbc 100644 --- a/daml-lf/spec/daml-lf-1.rst +++ b/daml-lf/spec/daml-lf-1.rst @@ -270,13 +270,16 @@ Version: 1.15 * Introduction date: - 2022-08-16 + 2022-08-17 * Description: + **Add** interfaces. - Add `ToInterface`, `FromInterface` expressions + - Add `CallInterface` expressions - Add `ViewInterface` expressions + - Add `coImplements` and `view` to `DefInterface` + - Add `implements` to `Template` Version: 1.dev (development) ............................