From fbc17adb4290cbe12ce2fbefb63834b004c43053 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Tue, 30 Aug 2022 14:06:55 +0200 Subject: [PATCH] Prepare v1.5.1 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e1ab555..e3d47a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +### v1.5.1 2022-08-30 Paris (France) + +- Fix the stream of gzip inflation. If the user wants to know how many bytes + are available into the output buffer, he/she must be in the DEFLATE internal + state. Otherwise, we raise an exception. However, such information is not + available into the API so we decided to say that the full output buffer is + free when we are into the GZip header state. + + It ensures a real full stream API. (@dinosaure, #144) + ### v1.5.0 2022-08-28 Paris (France) - Update with `ocamlformat.0.20.0` (@dinosaure, #133)