From 9fe525889384eb2f81a7dcf390daab36a65050aa Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Mon, 7 Oct 2024 15:53:19 +1100 Subject: [PATCH] fix changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997de98d..5160c4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,17 +43,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) transaction fee refunding mechanism for covenant signatures and finality signatures * [#125](https://github.com/babylonlabs-io/babylon/pull/125) Implement ADR-028 and refund transaction fee for certain transactions from protocol stakeholders +* [#137](https://github.com/babylonlabs-io/babylon/pull/137) Rename approved status +of BTC delegation and adapt tests to the pre-approval flow. ### Misc Improvements * [#113](https://github.com/babylonlabs-io/babylon/pull/113) Add multibuild binary for upgrade handler `testnet` and `mainnet`. -### State Machine Breaking - -* [#137](https://github.com/babylonlabs-io/babylon/pull/137) Rename approved status -of BTC delegation and adapt tests to the pre-approval flow. - ## v0.11.0 ### State Machine Breaking