From fec6a68f619e4b6a740c93e4cb4ffe88a3341144 Mon Sep 17 00:00:00 2001 From: Hank Stoever Date: Thu, 19 Dec 2024 07:34:48 -0800 Subject: [PATCH] fix: move changelog entry under "changed" --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082cd357b2..a0cb92b25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## [Unreleased] -- When a transaction is dropped due to replace-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381) - ### Added - Add `tenure_timeout_secs` to the miner for determining when a time-based tenure extend should be attempted. ### Changed +- When a transaction is dropped due to replace-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381) + ## [3.1.0.0.1] ### Added