From 27f912521b631312e8ff14831d5e7c00c69df76e Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 19 Jul 2022 17:59:30 +0200 Subject: [PATCH] Update CHANGES --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6493dcf..3e2c043 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +0.8.5 2022-07-19 +---------------- + +- Do not vendor `io.h` now that OCaml exports it (@dra27). + 0.8.4 2022-05-10 ----------------