# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## 0.2.0 - 2023-10-15 - Re-export `smoltcp::wire::IpEndpoint` - Add poll functions on UdpSocket - Make dual-stack work in embassy-net - Fix multicast support - Allow ethernet and 802.15.4 to coexist - Add IEEE802.15.4 address to embassy net Stack - Use HardwareAddress in Driver - Add async versions of smoltcp's `send` and `recv` closure based API - add error translation to tcp errors - Forward TCP/UDP socket capacity impls - allow changing IP config at runtime - allow non-'static drivers - Remove impl_trait_projections - update embedded-io, embedded-nal-async - add support for dhcp hostname option - Wake stack's task after queueing a DNS query ## 0.1.0 - 2023-06-29 - First release