From d9fe518e3877188b6149294031eb92bd002bfbe6 Mon Sep 17 00:00:00 2001 From: Ignacio Amigo Date: Mon, 14 Oct 2024 12:33:10 -0300 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d35f55ac..b729817ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.6.0 (TBD) +- Added `RemoteTransactionProver` struct to `miden-tx-prover` (#921). - [BREAKING] Changed `TransactionProver` trait to be `maybe_async_trait` based on the `async` feature (#913). - [BREAKING] Changed `TransactionExecutor` and `TransactionHost` to use trait objects (#897). - Implemented kernel procedure to set transaction expiration block delta (#897).