Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 439 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 439 Bytes

Changelog

All notable changes to mainline dht will be documented in this file.

3.0.0 - 2024-09-27

Changed

  • Removed all internal panic #![deny(clippy::unwrap_used)]
  • Testnet::new(size) returns a Result<Testnet>.
  • Dht::local_addr() returns a Result<SocketAddr>. AsyncDht::local_addr() returns a Result<SocketAddr>.