mirage / ocaml-tar

Pure OCaml library to read and write tar files
ISC License
54 stars 34 forks source link

Update CHANGES.md for v3.1.2 release #154

Closed reynir closed 3 weeks ago

reynir commented 1 month ago

I found the documentation for Tar{,_lwt}_unix.extract explicitly says dst is created if it doesn't exist - which is not true for the current implementation. I'd also like to document the "feature" that it only works for "flat" archives (i.e. extract doesn't attempt to create any directories)