From fb614f77b8f4cbd5f6409453a8f030b21d7e1a93 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 15 Dec 2021 17:11:57 +0100 Subject: [PATCH] changs for 1.5.0 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4891f96..86510a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### v1.5.0 (2021-12-15) + +* Adapt to mirage-protocols 8.0.0, ethernet 3.0.0, arp 3.0.0, and tcpip 7.0.0 + changes (#116 @hannesm) +* Avoid deprecated Lwt_main.yield, use Lwt.pause instead (#115 @hannesm) + ### v1.4.1 (2021-10-27) * Add database serializers (db_of_string/db_to_string) #112 @haesbaert