diff --git a/CHANGELOG.md b/CHANGELOG.md index 657057abe99..1e59cd45691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ### Added - New `/v3/tenures/tip_metadata` endpoint for returning some metadata along with the normal tenure tip information. - +- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions ## [3.3.0.0.3] ### Added - In the `/v3/transaction/{txid}` RPC endpoint, added `block_height` and `is_canonical` to the response. -- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions - Improved block validation in `stacks-inspect`. ### Changed