From 4c70dcb15ab06866b8903c2a9163d71294e61684 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 19 Dec 2024 13:31:30 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56725581..1e0600d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,20 @@ --> +#[Unrelased] + +### Changed + +### Added +* `Token::to_raw_bytes` serializes generic token to raw bytes ([lollerfirst]). +* `Token::try_from` for `Vec` constructs a generic token from raw bytes ([lollerfirst]). +* `TokenV4::to_raw_bytes()` serializes a TokenV4 to raw bytes following the spec ([lollerfirst]). +* `Wallet::receive_raw` which receives raw binary tokens ([lollerfirst]). + +### Fixed + +### Removed + #[0.6.0] ### Changed