From e422baa3ba0412c3f4111d0adf6026c53e144633 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 29 May 2024 19:04:56 +0200 Subject: [PATCH] changes for 8.1.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f6401443..6a77c6cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### v8.1.0 (2024-05-29) + +* adapt to mirage-vnetif 0.6.2 changes (#517 @hannesm) +* Add `type prefix = Ipaddr.Prefix.t` and `IP.configured_ips : t -> prefix` + to the IP layers (#516 @hannesm) +* Mark `get_ips` as deprecated, use `configured_ips` instead (#516 @hannesm) + ### v8.0.2 (2024-05-08) * remove mirage-random-test dependency (#514 @hannesm)