Skip to content

Commit

Permalink
Prepare v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Aug 30, 2022
1 parent 0c72d3d commit fbc17ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fbc17ad

Please sign in to comment.