From 374cbe899193f1a2e220995829c912ca8d735d28 Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 24 Sep 2020 18:23:46 +0200 Subject: [PATCH] Merge #165 and update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840dc48eac..5c2e791749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Version 0.13.0 +* Make the contract call extrinsic work [#165](https://github.com/paritytech/substrate-subxt/pull/165) * Update to Substrate 2.0.0 [#173](https://github.com/paritytech/substrate-subxt/pull/173) * Display RawEvent data in hex [#168](https://github.com/paritytech/substrate-subxt/pull/168) * Add SudoUncheckedWeightCall [#167](https://github.com/paritytech/substrate-subxt/pull/167)