Skip to content

Commit

Permalink
changes for 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Mar 29, 2023
1 parent 5286f94 commit b362f63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### 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
(`Value_expected _)``. The previous definition was not well founded when the
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)

Expand Down

0 comments on commit b362f63

Please sign in to comment.