Skip to content

Commit 3fdbce5

Browse files
committed
update CHANGELOG.md
1 parent 9fe306f commit 3fdbce5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this Rust implementation of hypercore-protocol will be do
44

55
### unreleased
66

7-
* TODO: Add changes here as they happen
7+
BIG CHANGES:
8+
* Encryption and framing of streams has been moved out of this crate into `hypercore_handshake` and `uint24le_framing` respectively. This had big impacts on the public API. Now `Protocol::new` just takes a `impl CipherTrait` argument.
9+
* Remove dependence on `hypercore` instead we use `hypercore_schema`.
10+
* Bumped to edition 2024.
811

912
### 0.6.1
1013

0 commit comments

Comments
 (0)