From 8658cab4981158dfd439b55b5932a276c4b65bf2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 17 May 2024 11:42:53 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a136cb2..2ceb3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Babashka [fs](https://github.com/babashka/fs): file system utility library for C ## v0.5.21 (2024-05-17) +- [#125](https://github.com/babashka/fs/issues/125) Allow `unzip` to take a `java.io.InputStream` - [#122](https://github.com/babashka/fs/issues/122): `fs/copy-tree`: fix copying read-only directories with children ([@sohalt](https://github.com/sohalt)) - [#127](https://github.com/babashka/fs/issues/127): Inconsistent documentation for the `:posix-file-permissions` options ([@teodorlu](https://github.com/teodorlu))