From dd32130a2446f960fac1f762663ee470e723eaec Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Fri, 12 Nov 2021 01:02:57 +0100 Subject: [PATCH] Version 0.8.1 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cd6c23e..14aacc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +0.8.1 2021-11-12 +---------------- + +- Improve the portability on Windows. + 0.8 2019-03-19 --------------