From 377e294c5f0e728b0ff9d78f834c5e045f72d527 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Sat, 10 Dec 2022 13:46:24 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a926a1e..b2c6d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility. - Check contracts and entrypoints modifiers when implementing interfaces. - Contracts can no longer be used as namespaces. +- Do not show unused stateful warning for functions that call other contracts with a non-zero value argument. ### Removed ### Fixed - Typechecker crashes if Chain.create or Chain.clone are used without arguments.