소스 검색

chore: update changelog

thesimplekid 6 달 전
부모
커밋
4c70dcb15a
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      CHANGELOG.md

+ 14 - 0
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<u8>` 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