From 680cae3c45f76c5ee7a6dfd62789a3d175f49548 Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Wed, 8 Jun 2022 16:03:56 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0e54a1b5..e0ddbe6df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - [cronos#418](https://github.com/crypto-org-chain/cronos/pull/418) Support logs in evm-hooks and return id for SendToEthereum events - [cronos#489](https://github.com/crypto-org-chain/cronos/pull/489) Enable jemalloc memory allocator, and update rocksdb src to `v6.29.5`. - [cronos#511](https://github.com/crypto-org-chain/cronos/pull/511) Replace ibc-hook with ibc middleware, use ibc-go upstream version. -- [cronos#532](https://github.com/crypto-org-chain/cronos/pull/532) Add CancelSendToEthereum support from evm call. +- [cronos#532](https://github.com/crypto-org-chain/cronos/pull/532) Add SendtoChain and CancelSendToChain support from evm call. *May 3, 2022*