Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 825 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Added a new UdpServer trait with server-specific methods

Changed

  • Changed the UdpStack::receive method to return the packet sender address, along with the packet length
  • Changed the name of UdpStack to UdpClient

Removed

  • Removed Mode enum, implementations should instead use nb::WouldBlock

0.1.0 - 2020-08-26

Initial release to crates.io.