From 821fe63d036bba64a54355d21a2ceeeaedcbe49b Mon Sep 17 00:00:00 2001 From: radrow Date: Tue, 11 May 2021 14:28:31 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188389f..1907bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- Child contracts +- `Chain.clone` +- `Chain.create` +- `Chain.bytecode_hash` +- Minor support for variadic functions ### Changed +- Contract interfaces must be now invocated by `contract interface` keywords +- `main` keyword to indicate the main contract in case there are child contracts around +- `List.sum` and `List.product` no longer use `List.foldl` ### Removed +- Singleton tuples are no longer unwrapped (this was causing problems with arity 1 init functions) ## [5.0.0] 2021-04-30 ### Added