From 6c8725ea068eee5bae3aa81c9d7196a40eb438ad Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Thu, 18 Jul 2024 17:29:41 -0400 Subject: [PATCH] Add `CHANGELOG` entry --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f14b580f..0de5a8a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,17 @@ At the moment this project **does not** adhere to ## [Unreleased](https://github.com/entropyxyz/entropy-core/compare/release/v0.2.0...master) -### Added -- Jumpstart network ([#918](https://github.com/entropyxyz/entropy-core/pull/918)) -- Add Signer groups and rotation ([#938](https://github.com/entropyxyz/entropy-core/pull/938)) - ### Breaking Changes - In [#938](https://github.com/entropyxyz/entropy-core/pull/938), the chainspec got a couple of new fields, `pallet_staking_extension::initial_signers`, `pallet_parameters::total_signers`, and `pallet_parameters::threshold`, which are used to set up the initial threshold signing configuration for the network. +### Added +- Jumpstart network ([#918](https://github.com/entropyxyz/entropy-core/pull/918)) +- Add Signer groups and rotation ([#938](https://github.com/entropyxyz/entropy-core/pull/938)) +- Split jumpstart and register flows ([#952](https://github.com/entropyxyz/entropy-core/pull/952)) + ## [0.2.0](https://github.com/entropyxyz/entropy-core/compare/release/v0.1.0...release/v0.2.0) - 2024-07-11 ### Breaking Changes