From 6c93d92d0363165729a4d1f51c63b43bc4987c3c Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 9 Dec 2021 16:43:48 +0100 Subject: [PATCH] changes for 3.0.0 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 98b3cf5..6031674 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +### v3.0.0 (2021-12-09) + +* Include Mirage_protocols.ETHERNET module type in ethernet directly, remove + dependency on mirage-protocols (#8 @hannesm) +* The ethernet library is now wrapped, this means a lot of API breakage. + The most used binding, Ethernet_wire.sizeof_ethernet is now known as + Ethernet.Packet.sizeof_ethernet. (#8 @hannesm) + ### v2.2.1 (2021-10-21) * Remove rresult dependency (#7 @hannesm)