From ac627ee69a9dc11a4a8fb503c902f5d6930f00e5 Mon Sep 17 00:00:00 2001 From: SantiagoPittella Date: Mon, 13 Jan 2025 18:51:39 -0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff2539ef..cc5a4222b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - Introduced `AccountComponentTemplate` with TOML serialization and templating (#1015, #1027). - Introduce `AccountIdError` and make account ID byte representations (`u128`, `[u8; 15]`) consistent (#1055). - Refactor `AccountId` and `AccountIdPrefix` into version wrappers (#1058). +- [BREAKING] Removed `miden-tx-prover` crate and created `miden-proving-service` and `miden-remote-provers` (#1047). ## 0.6.2 (2024-11-20)