diff --git a/CHANGES.md b/CHANGES.md index ee90e1d..d551754 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# v0.0.4 2024-04-24 - Paris (France) + +- Add a branch accessor (@dinosaure, #30) +- Add the compression level argument into `to_octets` (@hannesm, @dinosaure, #31) +- Add few `Lwt.pause` to be cooperative with processes (@hannesm, @dinosaure, #32) + # v0.0.3 2022-12-16 - Berlin (Germany) - Allow author, author_email, and message being specified in `change_and_push`