Skip to content

Commit 688007c

Browse files
authored
Merge pull request #437 from tox-rs/release0.1.0
Release 0.1.0
2 parents 82c6a12 + 9af7d08 commit 688007c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.1.0 (Oct 7, 2020)
2+
3+
* Replace `parking_lot` mutex with `futures` mutex (#434)
4+
* Send userstatus from echo server (#431)
5+
* Drop MIT license (#428)
6+
* Use idiomatic sodiumoxide API for password KDF (#425)
7+
* Split toxcore into separate crates (#420)
8+
* Migrate to the new tokio (#419)
9+
* Move to nom5 (#418)
10+
* Replace intervals as bare `u64`s with `Duration`s (#407)
11+
* Use AtomicU64 instead of locks (#406)
12+
* Handle TCP `net_crypto` packets (#392)
13+
* Use correct key for tcp connection (#391)
14+
* Add TCP support for onion client (#389)
15+
* Send net crypto packets via TCP (#386)
16+
* Handle friend requests inside onion client (#380)
17+
* Friends connection (#367)
18+
19+
120
# 0.0.10 (May 27, 2019)
221

322
* Do not store peer_session_pk in net crypto status (#373)

0 commit comments

Comments
 (0)