From 3edee36591ee16d3b665f06d17d2254557b1a8c2 Mon Sep 17 00:00:00 2001 From: SkymanOne Date: Wed, 28 Dec 2022 14:13:08 +0000 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754fada5fe1..36f4b832d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - Add E2E testing framework MVP ‒ [#1395](https://github.com/paritytech/ink/pull/1395) - Add E2E tests for `Mapping` functions - [#1492](https://github.com/paritytech/ink/pull/1492) +- Chain Extension: Evaluation of method return type at compile time - [#1569](https://github.com/paritytech/ink/pull/1569). + This PR introduces breaking changes to chain extension macro API: **`returns_result` flag has been removed**. ## Version 4.0.0-beta