From 7898d2a17d158f33d115b4581c169a836caa5db1 Mon Sep 17 00:00:00 2001 From: radrow Date: Tue, 11 May 2021 14:30:13 +0200 Subject: [PATCH] Mention void type --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1907bdc..da38577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Chain.create` - `Chain.bytecode_hash` - Minor support for variadic functions +- `void` type that represents an empty type ### 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