Skip to content

Commit

Permalink
adding changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik1999 committed Jun 12, 2024
1 parent 380f1fe commit ed375fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## 0.4.0 (TBD)

### Enhancements

- Made `DataStore` conditionally async using `winter-maybe-async` (#725)
- Add `Option<NoteTag>`to `NoteFile` (#741).
- Replaced `cargo-make` with just `make` for running tasks (#696).
Expand All @@ -20,6 +19,7 @@
- [BREAKING] Changed rng to mutable reference in note creation functions (#733).
- Added transaction IDs to the `Block` struct (#734).
- [BREAKING] Replaced `ToNullifier` trait with `ToInputNoteCommitments`, which includes the `note_id` for delayed note authentication (#732).
- Changed note pointer from Memory `note_ptr` to `note_index` (#728)

## 0.3.0 (2024-05-14)

Expand Down

0 comments on commit ed375fc

Please sign in to comment.