From 07da67c8cffdec2ee3b5fc9821de06e808b7bdcd Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 12 Oct 2022 09:09:03 +0200 Subject: [PATCH] changes for 0.8.2 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b272744..6143c5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### 0.8.2 (2022-10-12) + +- Advise to use 32 MB memory, which is sufficient (#150, @palainp) +- Improve documentation (#150, @palainp) +- Remove unneeded memory management code and log messages (#150, @palainp) +- Use mirage-nat 3.0.0, remove global mutable state (#151, @hannesm) + ### 0.8.1 (2022-09-14) - support qrexec protocol version 3 (@reynir @palainp in mirage-qubes 0.9.3)