From ae97cd1206454c22c8cf93cfebfecc225a3dee43 Mon Sep 17 00:00:00 2001 From: Paul-Henry Kajfasz Date: Wed, 17 Jul 2024 15:00:34 +0200 Subject: [PATCH] Updated changelog.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad809e9b..0e3399739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.5.0 (TBD) +- Added `CHANGELOG.md` warning message on CI (#799). - Renamed "consumed" and "created" notes into "input" and "output" respectively (#791). - [BREAKING] Renamed `NoteType::OffChain` into `NoteType::Private`. - [BREAKING] Renamed public accessors of the `Block` struct to match the updated fields (#791). @@ -42,9 +43,9 @@ ## 0.3.1 (2024-06-12) -* Replaced `cargo-make` with just `make` for running tasks (#696). -* Made `DataStore` conditionally async using `winter-maybe-async` (#725) -* Fixed `StorageMap`s implementation and included into apply_delta (#745) +- Replaced `cargo-make` with just `make` for running tasks (#696). +- Made `DataStore` conditionally async using `winter-maybe-async` (#725) +- Fixed `StorageMap`s implementation and included into apply_delta (#745) ## 0.3.0 (2024-05-14)