From 2b72b619fc1153a6a34f45b3d0a59f23ade209a5 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 24 Feb 2019 15:27:46 +0100 Subject: [PATCH] changes --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b9bd026..ae44a50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +### v2.0.0 (2019-02-24) + +* Adjust to mirage-protocols 2.0.0 and mirage-net 2.0.0 changes +* Ethernet is now responsible for prefixing the Ethernet header +* MTU is required from the underlying network interface instead of as argument + to connect +* Ethif/ETHIF are now Ethernet/ETHERNET + ### v1.0.0 (2019-02-01) * Minor ocamldoc improvements (@avsm).