From b362f636c7515781245c80c71022d1f485c790eb Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 29 Mar 2023 16:29:02 +0200 Subject: [PATCH] changes for 6.1.1 --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 59e2ce5..2f7c66e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### Unreleased +### v6.1.1 (2023-03-29) * Leave it up to implementations how to interpret `last_modified` for dictionaries, or even not implement it (then returning ``Error @@ -6,6 +6,9 @@ dictionary doesn't contain any values directly, and some implementations implements `last_modified` differently from the description on dictionaries. (reported in #41, fixed in #42 by @reynir) +* Leave it up to implemetations how to interpret `digest` for dictionaries, + or even not implement it (returning ``Error (`Value_expected _)``. + (reported mirage/ocaml-tar#111, fixed in #43 by @reynir) ### v6.1.0 (2023-01-31)