From 32d42c95be60c3634dc43f61da5d8918a255eec0 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 20 Sep 2022 20:21:06 +0100 Subject: [PATCH] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Müller --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ba91791b3..098dff7abe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ through a feature flag. `wee-alloc` is no longer maintained and we removed suppo - Trim single whitespace prefix in the metadata `docs` field ‒ [#1385](https://github.com/paritytech/ink/pull/1385) ### Added -- Add ink_env::pay_with_call! helper macro for off-chain emulation of sending payments with contract msg calls - [#1379](https://github.com/paritytech/ink/pull/1379) +- Add `ink_env::pay_with_call!` helper macro for off-chain emulation of sending payments with contract message calls ‒ [#1379](https://github.com/paritytech/ink/pull/1379) ### Removed - Remove `wee-alloc` ‒ [#1403](https://github.com/paritytech/ink/pull/1403)