From c7333d76e64acce093d3277b09af3488c59d49d1 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Thu, 6 Jun 2024 14:41:11 -0400 Subject: [PATCH] add changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 598ce8dd6a..9be8766483 100644 --- a/changelog.md +++ b/changelog.md @@ -25,6 +25,7 @@ * [2305](https://github.com/zeta-chain/node/pull/2305) - add new messages `MsgAddAuthorization` and `MsgRemoveAuthorization` that can be used to update the authorization list * [2313](https://github.com/zeta-chain/node/pull/2313) - add `CheckAuthorization` function to replace the `IsAuthorized` function. The new function uses the authorization list to verify the signer's authorization. * [2312](https://github.com/zeta-chain/node/pull/2312) - add queries `ShowAuthorization` and `ListAuthorizations` +* [2319](https://github.com/zeta-chain/node/pull/2319) - use `CheckAuthorization` function in all messages . ### Refactor