Skip to content

Commit

Permalink
Merge pull request #281 from mirage/prepare-release-6.0.0
Browse files Browse the repository at this point in the history
release 6.0.0
  • Loading branch information
dinosaure authored Sep 21, 2020
2 parents 38ab8d0 + f21d844 commit 8864ed5
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
v5.3.0 2020-09-10
-----------------

Add useful functions to be able to parse some contents
with `Cstruct.t` like the `astring` library (#227,
@dinosaure, @avsm, @samoht, @hannesm).
v6.0.0 2020-09-10
-----------------

**breaking changes**
- Add the function `Cstruct.length`, `Cstruct.len` will
be deprecated to next release (@dinosaure, @hannesm, @avsm, #279)
- `Cstruct.to_string` requires 2 optional arguments `?off` and `?len`
(@hannesm, @cfcs, @talex5, @dinosaure, #262)

- Use `ppxlib` instead `ppx_tools_versioned`
(@pveber, @avsm, @dinosaure, #280)
- Delete the support of old version of OCaml (< 4.07.0) for `ppx_cstruct`
(@avsm, @dinosaure, #280)
- Add useful functions to be able to parse some contents
with `Cstruct.t` like the `astring` library (#227,
@dinosaure, @avsm, @samoht, @hannesm).
- Improve the interface of `Cstruct.t` with capabilities
(@hannesm, @cfcs, @talex5, @dinosaure, #262)

v5.2.0 2020-06-10
-----------------
Expand Down

0 comments on commit 8864ed5

Please sign in to comment.