From 579a2a4d43b18432c0226807d773033bbdc0fec7 Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:12:30 +0000 Subject: [PATCH] docs: add [Unreleased] in CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a8adbf8..66ce3b03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # CHANGELOG + + +## [Unreleased] +* refactor!: change some precompile input and output to tuple by @KaoImin in https://github.com/axonweb3/axon/pull/1642 +* refactor: omit `address` field in chain spec parsing by @KaoImin in https://github.com/axonweb3/axon/pull/1641 +* feat: rlp encode for VerifyProofPayload by @wenyuanhust in https://github.com/axonweb3/axon/pull/1637 +* feat: enable get header precompile by @blckngm in https://github.com/axonweb3/axon/pull/1649 +* feat: cli for metadata cell data by @blckngm in https://github.com/axonweb3/axon/pull/1640 +* feat: metadata cli parse data by @blckngm in https://github.com/axonweb3/axon/pull/1644 +* chore(CI): add axon sync workflow by @Simon-Tl in https://github.com/axonweb3/axon/pull/1636 + ## v0.3.1-beta