From 4a4461b98f42b5c63546c14892fa1a4a4d00f56f Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 11 Nov 2022 20:58:05 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9e081..9f929b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Return a mapping from variables to FATE registers in the compilation output. ### Changed - Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility. +- Check contracts and entrypoints modifiers when implementing interfaces. ### Removed ### Fixed - Typechecker crashes if Chain.create or Chain.clone are used without arguments.