From 8debf68c7f8965be3dd4b2005d38d98873eb0f60 Mon Sep 17 00:00:00 2001 From: polydez <155382956+polydez@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:41:00 +0500 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad99c08a0..3df156889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.3.0 (TBD) * [BREAKING] Removed the transaction script root output from the transaction kernel (#608). +* [BREAKING] Refactored account update details (#618). ## 0.2.1 (2024-04-12) @@ -19,7 +20,8 @@ * Improved `ProvenTransaction` serialization (#543). * Implemented note tree wrapper structs (#560). * [BREAKING] Migrated to v0.9 version of Miden VM (#567). -* [BREAKING] Added account storage type parameter to `create_basic_wallet` and `create_basic_fungible_faucet` (miden-lib crate only) (#587). +* [BREAKING] Added account storage type parameter to `create_basic_wallet` and `create_basic_fungible_faucet` (miden-lib + crate only) (#587). * Removed serialization of source locations from account code (#590). ## 0.1.1 (2024-03-07) - `miden-objects` crate only