|
1 |
| -v5.3.0 2020-09-10 |
2 |
| ------------------ |
3 |
| - |
4 |
| -Add useful functions to be able to parse some contents |
5 |
| -with `Cstruct.t` like the `astring` library (#227, |
6 |
| -@dinosaure, @avsm, @samoht, @hannesm). |
| 1 | +v6.0.0 2020-09-10 |
| 2 | +----------------- |
| 3 | + |
| 4 | +**breaking changes** |
| 5 | +- Add the function `Cstruct.length`, `Cstruct.len` will |
| 6 | + be deprecated to next release (@dinosaure, @hannesm, @avsm, #279) |
| 7 | +- `Cstruct.to_string` requires 2 optional arguments `?off` and `?len` |
| 8 | + (@hannesm, @cfcs, @talex5, @dinosaure, #262) |
| 9 | + |
| 10 | +- Use `ppxlib` instead `ppx_tools_versioned` |
| 11 | + (@pveber, @avsm, @dinosaure, #280) |
| 12 | +- Delete the support of old version of OCaml (< 4.07.0) for `ppx_cstruct` |
| 13 | + (@avsm, @dinosaure, #280) |
| 14 | +- Add useful functions to be able to parse some contents |
| 15 | + with `Cstruct.t` like the `astring` library (#227, |
| 16 | + @dinosaure, @avsm, @samoht, @hannesm). |
| 17 | +- Improve the interface of `Cstruct.t` with capabilities |
| 18 | + (@hannesm, @cfcs, @talex5, @dinosaure, #262) |
7 | 19 |
|
8 | 20 | v5.2.0 2020-06-10
|
9 | 21 | -----------------
|
|
0 commit comments