Skip to content

Commit

Permalink
Explain why it is a breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Mar 30, 2023
1 parent 4e43419 commit 0282b13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## v2.4.0 (2023-03-30)

- Switch to alcotest for tests (@MisterDA, review by @reynir, #121)
- **BREAKING**: fix ustar magic version. Previously, the version "0\000" was output
instead of the correct version "00". (@reynir, @hannesm, #117 and #122)
- **BREAKING**: fix ustar magic version. Previously, the version "0\000" was
serialized instead of the correct version "00". This means tar archives may
not be reproducable with older versions. (@reynir, @hannesm, #117 and #122)
- Remove `ppx_cstruct`dependency (@hannesm, review by @reynir, #117)
- Properly skip Pax GlobalExtendedHeaders (@MisterDA, @reynir, #116 and #118)

Expand Down

0 comments on commit 0282b13

Please sign in to comment.