diff --git a/changelog.md b/changelog.md index dc83cb839b..2b0a06870e 100644 --- a/changelog.md +++ b/changelog.md @@ -48,6 +48,10 @@ * [2853](https://github.com/zeta-chain/node/pull/2853) - calling precompile through sc with sc state update * [2925](https://github.com/zeta-chain/node/pull/2925) - add recover to init chainer to diplay informative message when starting a node from block 1 +### Docs + +* [2963](https://github.com/zeta-chain/node/pull/2963) - added doc for design of non-evm chain inbound memo format. + ## v20.0.0 ### Features diff --git a/docs/design-proposals/non_evm_inbound_memo/proposed_memo_format.md b/docs/design-proposals/non_evm_inbound_memo/2024_10_02_standard_memo_format.md similarity index 100% rename from docs/design-proposals/non_evm_inbound_memo/proposed_memo_format.md rename to docs/design-proposals/non_evm_inbound_memo/2024_10_02_standard_memo_format.md