From 23965eb9a487b08ebac6edaa3fbbf9528580496e Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 29 Apr 2024 15:43:25 +0200 Subject: [PATCH] changes for 2.1.4 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c1c6cf4..4a3e569 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +## v2.1.4 (2024-04-29) +* Remove mirage-profile dependency (#109 @hannesm) +* Remove sexplib, ppx_sexp_conv and ppx_cstruct dependency (#110 @hannesm) +* Merge netchannel and mirage-net-xen into single opam pacakge (#111 @hannesm) + ## v2.1.3 (2023-07-22) * xenstore: read_backend now waits for the backend-id key to be written by Xen before reading it to avoid raising an exception (@palainp, #107)